EXSWHTEC-310 - Implement tests for float type casting intrinsics #284

Change-Id: Ia5e5362d81c2570f1ff7e112ab1df5e0f7c68f05
This commit is contained in:
Nives Vukovic
2024-01-24 21:05:16 +05:30
committed by Rakesh Roy
parent 59d6807cdb
commit bff6c461ee
5 changed files with 622 additions and 1 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ template <int error_num> void NegativeTestRTCWrapper(const char* program_source)
HIPRTC_CHECK(
hiprtcCreateProgram(&program, program_source, "math_test_rtc.cc", 0, nullptr, nullptr));
#if HT_AMD
std::string args = std::string("-ferror-limit=100");
std::string args = std::string("-ferror-limit=200");
const char* options[] = {args.c_str()};
hiprtcResult result{hiprtcCompileProgram(program, 1, options)};
#else