-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'../host/inc/matrixMult.h' file not found #3
Comments
solved by linking host/inc/matrixMult.h to |
Get it from here or simply define BLOCK_SIZE to be 64 and delete the header inclusion. Forgot to commit that file. |
Anyway, the host code is not using this kernel. You don't need to compile this kernel. |
@gplhegde
If host code not use, which code control the device kernel? or the kernel size is fixed in device code? |
@gplhegde, can you just add the header to the repo? |
Hi @prashantrar @gplhegde
found error below
94:10: fatal error: '../host/inc/matrixMult.h' file not found
#include "../host/inc/matrixMult.h"
when I compile as follow
papaa-opencl-master/opencl-src/alexnet-altera
source compile_gemm.sh
matrixMult.h called from file below and not found in this repo
https://github.com/gplhegde/papaa-opencl/blob/1988f4b17cb3ced25f3aab64c8b532790e32684b/opencl-src/alexnet-altera/device/matrix_mult.cl
The text was updated successfully, but these errors were encountered: