where_cond for f16.

This commit is contained in:
laurent
2023-06-26 22:14:32 +01:00
parent a6a7477bea
commit 4d19889acc

View File

@ -32,6 +32,10 @@ extern "C" __global__ void FN_NAME( \
} \
} \
#if __CUDA_ARCH__ >= 530
WHERE_OP(__half, where_f16)
#endif
WHERE_OP(float, where_f32)
WHERE_OP(double, where_f64)
WHERE_OP(uint32_t, where_u32)