Click here to Skip to main content
15,867,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am writing a program to test a math formula I am working on and want to do so on my GPU. I have ordered a CUDA compatible GPU for this. Preferably a library that is compatible with C#'s BigInteger class but I can use double if need be for now.

The testing the formula involves multiplying each int in an array against every other int in the array so a little advice on writing a nested parallel for loop would also be greatly appreciated. I can figure out how to have each thread run its own for loop, so if that is the best solution please just say so.

What I have tried:

I have looked into Cudafy and Altimesh. Cudafy has the latest port to VS 2017 but I want to hear if I have other options.
Posted
Updated 20-Jul-20 20:22pm

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900