Closed ordabayevy closed 1 year ago
The code for fetching data was very inefficient because it was moving the entire data to the GPU and then indexing. This fixes that problem and makes the program run much faster.
The code for fetching data was very inefficient because it was moving the entire data to the GPU and then indexing. This fixes that problem and makes the program run much faster.