mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-23 18:39:56 +00:00
[Inference/Feat] Add convert_fp8 op for fp8 test in the future (#5706)
* add convert_fp8 op for fp8 test in the future * rerun ci
This commit is contained in:
@@ -17,6 +17,7 @@ class InferenceOpsCudaExtension(_CudaExtension):
|
||||
"kernel/cuda/rms_layernorm_kernel.cu",
|
||||
"kernel/cuda/get_cos_and_sin_kernel.cu",
|
||||
"kernel/cuda/flash_decoding_attention_kernel.cu",
|
||||
"kernel/cuda/convert_fp8_kernel.cu",
|
||||
]
|
||||
] + [self.pybind_abs_path("inference/inference.cpp")]
|
||||
return ret
|
||||
|
Reference in New Issue
Block a user