-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a1913e
commit c9fac64
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fbgemm
updated
7 files
+60 −0 | .github/workflows/fbgemmci.yml | |
+3 −1 | fbgemm_gpu/CMakeLists.txt | |
+2 −0 | fbgemm_gpu/bench/bench_utils.py | |
+106 −30 | fbgemm_gpu/cmake/Hip.cmake | |
+1,033 −0 | fbgemm_gpu/test/jagged_tensor_ops_test.py | |
+1 −1,003 | fbgemm_gpu/test/sparse_ops_test.py | |
+6 −3 | src/EmbeddingSpMDMAvx2.cc |