-
Notifications
You must be signed in to change notification settings - Fork 197
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
Errors running raft on custom kernel[QST] #862
Comments
Hi @MikeChenfu, thanks for opening an issue about this. It looks like For example:
|
@cjnolet Thanks for the quick reply. That works. Appreciate it! |
And thanks again for opening the issue. It's an indication that this line should probably be added to our build docs. |
Closes #862 Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Divye Gala (https://github.com/divyegala) URL: #999
What is your question?
Hello, I am trying add raft into my custom function but got some error while compiling the code
raft::random::make_blobs
. Appreciate it if anyone has an idea about this.Here is my sample source code and cMakeLists.txt
.
cMakeLists.txt
It works well without
raft::random::make_blobs(handle, input.view(), labels.view());
Errors
The text was updated successfully, but these errors were encountered: