CUTLASS 3.4.0 (#1286)

* CUTLASS 3.4.0

* Update CHANGELOG.md

---------

Co-authored-by: Pradeep Ramani <prramani@nvidia.com>
This commit is contained in:
Pradeep Ramani
2023-12-29 12:21:31 -08:00
committed by GitHub
parent b7508e3379
commit 8236f30675
211 changed files with 11409 additions and 2763 deletions

View File

@ -43,6 +43,7 @@
static_assert(0, "CUDA include path is not defined");
#endif
#if defined(CUTLASS_ARCH_MMA_SM90_SUPPORTED)
TEST(SM90_nvrtc_kernel, Contraction) {
static const char* nvrtc_opts[] = {
"-w",
@ -62,5 +63,5 @@ TEST(SM90_nvrtc_kernel, Contraction) {
{ nvrtc_opts, nvrtc_opts + 5 }
));
}
#endif
/////////////////////////////////////////////////////////////////////////////////////////////////