You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, C++ and CUDA kernels are used to parallelize operation of tile_matmul. Tile generation (for inputs) and presentation of input batches could also be parallelized using a similar apporach.
The text was updated successfully, but these errors were encountered:
Currently, C++ and CUDA kernels are used to parallelize operation of
tile_matmul
. Tile generation (for inputs) and presentation of input batches could also be parallelized using a similar apporach.The text was updated successfully, but these errors were encountered: