|
Post by mrpixeltech on Mar 25, 2024 8:19:19 GMT
Now I'm definitely not a developer, but I'm typically not this stumped. I installed Nvidia's CUDA toolkit (no version requirement specified in the readme) I installed VS Community 2019 Updated the path to include the compiler
Now the damn thing just despises the fact that *cuda.cu has html in it.
Error limit reached. 100 errors detected in the compilation of "intention_repeater_max_cuda.cu". Compilation terminated.
Any help would be greatly appreciated.
|
|
|
Post by nathanmyersc on Mar 25, 2024 8:42:26 GMT
Now I'm definitely not a developer, but I'm typically not this stumped. I installed Nvidia's CUDA toolkit (no version requirement specified in the readme) I installed VS Community 2019 Updated the path to include the compiler
Now the damn thing just despises the fact that *cuda.cu has html in it.
Error limit reached. 100 errors detected in the compilation of "intention_repeater_max_cuda.cu". Compilation terminated.
Any help would be greatly appreciated.
ask chat gpt. i have no idea. but mayb chat gpt can help.
|
|
|
Post by reden on Mar 25, 2024 12:12:01 GMT
|
|
|
Post by AnthroHeart on Mar 25, 2024 13:03:56 GMT
Yes, when downloading from GitHub, the main repo may have HTML in it if you save from that.
You have to click on the code you want, and go to it's detail page and click on RAW to get the file.
Or go to the link reden linked above.
|
|
|
Post by mrpixeltech on Mar 25, 2024 18:18:01 GMT
*sigh* I'm going to go sit in the corner. Good news, when reminded how to properly download from github (admittedly it's been an age without the use of releases), it works wonderfully. Cuda still doesn't want to compile, due to an access violation, but the pre-compiled exe works like a charm. Thanks everyone, not only for the help, but for not being assholes about it when you easily could have
|
|