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
are you running an Nvidia GPU? The PTX export only works with Nvidia hardware.
For the OpenCL-Wrapper, you have to uncomment this line to get it working: https://github.com/ProjectPhysX/OpenCL-Wrapper/blob/master/src/utilities.hpp#L4
I disabled the read_file()/write_file() functions by default to not have the OpenCL-Wrapper include the <fstream>/<filesystem> headers by default, to make it more sleak and reduce compile time.
Hi @ProjectPhysX , Yes I am on Nvidia RTX 3090. I forgot to mention the specs. I added the driver specific version too, and visual studio version.
I tried the OpenCL-Wrapper, and It compiled, but still no PTX file.
Thank you for the beautiful work.
I would like to report that exporting Nvidia PTX code not working.
Specs:
NVidia RTX 3090
Win 11 x64
driver : 551.76 WHQL DCH [r551_71-2]
Visual Sudio 2022
Best Regards
The text was updated successfully, but these errors were encountered: