hey
just to start I don't have any experience in GPU programming.
is there a simple way to program the GPU, I know that there are thousands of cores in a GPU so can I create a program to tell an individual core to do a simple calculation without any complicated programming, so that I can have all the cores doing small and simple calculations to be used elsewhere.
and is there a way to do this without an API, I know that Nvidia GPUs are programmed in CUDA so will my code still work without CUDA?
I know that it is probably much harder to do this, this way, but this seems like how it would work.
anything will be much appreciated, thank you.