Implemented opencl kernel for distance matrix calculation

This commit is contained in:
2026-02-14 17:26:45 -06:00
parent 275f48fe0e
commit 5571e0ca21
3 changed files with 40 additions and 39 deletions

View File

@@ -21,4 +21,4 @@ Used for gathering the image data
### Todo
- [x] Load all images from directory
- [x] Do knn algorithm
- [ ] Use opencl to accelerate algorithm execution
- [x] Use opencl to accelerate algorithm execution