mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[ROCm] CK-based GEMM (#131004)
- composable_kernel as a third_party submodule - "ck" as a `torch.backends.cuda.preferred_linalg_library()` - reference CK gemm implementations for float, bfloat16, and half types Pull Request resolved: https://github.com/pytorch/pytorch/pull/131004 Approved by: https://github.com/xw285cornell, https://github.com/pruthvistony Co-authored-by: Andres Lugo <Andy.LugoReyes@amd.com> Co-authored-by: Pruthvi Madugundu <pruthvigithub@gmail.com>
This commit is contained in:
committed by
PyTorch MergeBot
parent
0a2407b93c
commit
3f3b692a00
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -127,3 +127,7 @@
|
||||
[submodule "third_party/NVTX"]
|
||||
path = third_party/NVTX
|
||||
url = https://github.com/NVIDIA/NVTX.git
|
||||
[submodule "third_party/composable_kernel"]
|
||||
path = third_party/composable_kernel
|
||||
url = https://github.com/ROCm/composable_kernel.git
|
||||
branch = develop
|
||||
|
Reference in New Issue
Block a user