-
Notifications
You must be signed in to change notification settings - Fork 26
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
Q: How can TERagwitz.m gain from GPU? #13
Comments
Hi, the problem is how to fill the GPU with computations. In the ensemble In the standard method, there is only one original data piece and one Best, On 22.07.2015 03:48, samuelandjw wrote:
|
@mwibral I'm interested in looking into this problem too. By the way, how can I view the source of |
@mwibral I cannot find the source code for |
Dear Samuel, I checked and indeed the cuda code is missing. I am traveling at the Best, On 28.07.2015 04:30, samuelandjw wrote:
|
Hi Samuel, I uploaded the source code for the CUDA functions (see here), so you can have a look. Best, |
@pwollstadt Thanks!
Looks like something wrong in the linking stage. |
@samuelandjw thanks for letting us know. I forwarded this error to Mario Martínez Zarzuela, who programmed the CUDA functions. I'll let you know as soon as possible. |
@pwollstadt I found the solution to the compilation problem. On my University's GPU cluster, mex actually invokes g++ to do the linking. Removing the
|
The documentation for Trentool only mentions that GPU can help the ensemble method.
However, from the source files, it seems that the GPU code only do nearest neighbor searching. Is it possible to incorporate GPU code into function such as
TERagwitz
?The text was updated successfully, but these errors were encountered: