feat: support misc kernel launch
This commit is contained in:
@@ -134,7 +134,7 @@ static void sm100_bf16_gemm(const torch::Tensor& a,
|
||||
};
|
||||
const auto& code = SM100BF16GemmRuntime::generate(args);
|
||||
const auto& runtime = compiler->build("sm100_bf16_gemm", code);
|
||||
SM100BF16GemmRuntime::launch(runtime, args);
|
||||
MAYBE_LAUNCH(SM100BF16GemmRuntime::launch(runtime, args));
|
||||
}
|
||||
|
||||
} // namespace deep_gemm
|
||||
|
||||
Reference in New Issue
Block a user