GPU Desktop Calculator
github.com
GPU Desktop Calculator
1–3 of 3 posts
Re: GPU Desktop Calculator
#2I'm worried that reading and writing the intermediate pipes can be too slow. Is it possible to use some binary format like Fortran? (Is the binary format of Fortran faster?)
Re: GPU Desktop Calculator
#3I'm worried that reading and writing the intermediate pipes can be too slow. Is it possible to use some binary format like Fortran? (Is the binary format of Fortran faster?)
i had the same thoughts, but one usecase was to quickly create GPU calculations. i wanted to allow users to create GPU kernels but without having to write a kernel.
Data has to get transferred from the GPU eventually, so breaking it up into steps back and forth does seem like over (under?) kill. Hopefully, since they're pipes in memory it won't be so bad as going to disk.