mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Add the f16 sum kernel (fix).
This commit is contained in:
@ -44,7 +44,7 @@ extern "C" __global__ void FN_NAME( \
|
|||||||
} \
|
} \
|
||||||
|
|
||||||
#if __CUDA_ARCH__ >= 530
|
#if __CUDA_ARCH__ >= 530
|
||||||
SUM_OP(float, sum_f32)
|
SUM_OP(__half, sum_f16)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SUM_OP(float, sum_f32)
|
SUM_OP(float, sum_f32)
|
||||||
|
Reference in New Issue
Block a user