-
Notifications
You must be signed in to change notification settings - Fork 15
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
数据拷贝相关程序编译问题 #125
Comments
|
DEFAULT OCLOPENCL_DIR = /home/lan/work/ventus/ocl-icd |
需要调用kernel的driver(pocl)来编译kernel代码。因为你现在这种方式就是user mode,类似于pocl里面的vecadd例子,编译的是host代码, |
具体该怎么做呢?还不是很熟悉 |
@yangzexia 如果你们在一个地方的话可以当面问一下 |
|
等我们复现一下 |
lsu.log |
代码被优化掉了,此issue close |
kernel函数如下:
main.cc函数如下:
makefile如下:
通过mask和执行./lsu.out,生成的dump文件中没有kernel中的指令(以下为dump文件的一部分):
kernel.txt
main.txt
The text was updated successfully, but these errors were encountered: