v4.3 tag release update. (#2789)
This commit is contained in:
@@ -138,7 +138,7 @@ struct FmhaKernelTma {
|
||||
|
||||
CUTLASS_DEVICE void operator()(const Params ¶ms, char* smem) {
|
||||
#if ! defined(CUTLASS_ARCH_MMA_SM90A_ENABLED)
|
||||
printf("ERROR : Arch conditional MMA instruction used without targeting appropriate compute capability. Aborting.\n");
|
||||
CUTE_INVALID_CONTROL_PATH("ERROR : Arch conditional MMA instruction used without targeting appropriate compute capability. Aborting.\n");
|
||||
#else
|
||||
TileScheduler tile_scheduler{params.tile_scheduler};
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ struct FmhaKernelTmaWarpSpecialized {
|
||||
|
||||
CUTLASS_DEVICE void operator()(const Params ¶ms, char* smem) {
|
||||
#if ! defined(CUTLASS_ARCH_MMA_SM90A_ENABLED)
|
||||
printf("ERROR : Arch conditional MMA instruction used without targeting appropriate compute capability. Aborting.\n");
|
||||
CUTE_INVALID_CONTROL_PATH("ERROR : Arch conditional MMA instruction used without targeting appropriate compute capability. Aborting.\n");
|
||||
#else
|
||||
|
||||
enum class WarpGroupRole {
|
||||
|
||||
Reference in New Issue
Block a user