[CI/Build] Suppress divide-by-zero and missing return statement warnings (#7001)
This commit is contained in:
committed by
GitHub
parent
8571ac4672
commit
6e4852ce28
@@ -95,6 +95,7 @@ __device__ uint4 dequantize_s4_to_fp16x2(uint32_t const& source) {
|
||||
|
||||
return result;
|
||||
#endif
|
||||
__builtin_unreachable(); // Suppress missing return statement warning
|
||||
}
|
||||
|
||||
} // namespace awq
|
||||
|
||||
Reference in New Issue
Block a user