added mapping for bf16 to torch::kBFloat16 (#1843)
Co-authored-by: Haicheng Wu <57973641+hwu36@users.noreply.github.com>
This commit is contained in:
parent
b0c09ed077
commit
83ae20c740
@ -255,6 +255,7 @@ _CUTLASS_TYPE_TO_TORCH_TYPE = {
|
|||||||
DataType.f64: "torch::kF64",
|
DataType.f64: "torch::kF64",
|
||||||
DataType.s8: "torch::kI8",
|
DataType.s8: "torch::kI8",
|
||||||
DataType.s32: "torch::kI32",
|
DataType.s32: "torch::kI32",
|
||||||
|
DataType.bf16: "torch::kBFloat16",
|
||||||
}
|
}
|
||||||
|
|
||||||
_PYTORCH_GEMM_IMPL_TEMPLATE_2x = (
|
_PYTORCH_GEMM_IMPL_TEMPLATE_2x = (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user