filecoin-project / bellperson

zk-SNARK library
Other
191 stars 120 forks source link

I am compiling this project in AWS cloud Instance p3.4x large that has V100 GPU and Cuda12.2 I always see this error "error: gpu tools error: cuda error: no kernel image is available for execution on the device" #318

Closed shahzadATintel closed 1 year ago

shahzadATintel commented 1 year ago

I am trying to run this project using V100 GPU in AWS cloud, the instance I am using is p3.4x large. After compiling and running all the tests, for MSM test I am always seeing this error: error: gpu tools error: cuda error: no kernel image is available for execution on the device

vmx commented 1 year ago

It looks like that a Tesla V100 is the Volta architecture. Only Turing and newer is supported by bellperson.

vmx commented 1 year ago

I've opened https://github.com/filecoin-project/bellperson/pull/319 to make this clearer.