[CI/Build] Suppress divide-by-zero and missing return statement warnings (#7001)

This commit is contained in:
Tyler Michael Smith
2024-08-05 16:00:01 -04:00
committed by GitHub
parent 8571ac4672
commit 6e4852ce28
4 changed files with 24 additions and 8 deletions

View File

@@ -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