Unable to cast a class error

前端 未结 1 1302
我在风中等你
我在风中等你 2021-01-14 14:24

I am going to use rootbeer1 for the first time. I am in windows 7 machine, 32 bit system having GForce 610 GPU. I installed CUDA 5.5 successfully and executed the examples t

相关标签:
1条回答
  • 2021-01-14 15:31

    Marco13 is correct here. You need to run something like

    java -jar Rootbeer.jar ArraySumApp.jar ArraySumApp-GPU.jar

    and then you need to run your app with

    java -jar ArraySumApp-GPU.jar

    0 讨论(0)
提交回复
热议问题