You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Paul
Is there any video card requirement of this project?
I'm using a GT620 video card and get a runtime error after successfully compiling the 2.4.9_backport branch.
using cuda-gdb, I get the log as:
captured by my phone, hope clear enough
Any idea to solve this?
Best regards
Michel
The text was updated successfully, but these errors were encountered:
Yes, At the moment it requires cards with compute capability 3.0 or above
because the kernels use warp shuffle intrinsics and bindless textures. I
could write a version without the warp shuffles pretty easily, but I have
been unable to get old style textures to work. If you could figure out how
to use the old textures, I'd be happy to write the shuffle free version. I
should note that without warp shuffles it will probably run at about half
speed, since the data will need to be loaded twice.
On Fri, Feb 6, 2015 at 5:48 AM, francescoli [email protected]
wrote:
with cuda-gdb, I get the log
fatal: The cuda driver initialization failed ( error code = 20 )
—
Reply to this email directly or view it on GitHub #22 (comment).
Hi, Paul
Is there any video card requirement of this project?
I'm using a GT620 video card and get a runtime error after successfully compiling the 2.4.9_backport branch.
using cuda-gdb, I get the log as:
captured by my phone, hope clear enough
Any idea to solve this?
Best regards
Michel
The text was updated successfully, but these errors were encountered: