Merge pull request #1710 from emankov/hipify
[HIPIFY] CUDA 10.2 fp_16 support
[ROCm/clr commit: 187f28e26b]
Этот коммит содержится в:
@@ -2216,6 +2216,8 @@ sub warnUnsupportedDeviceFunctions {
|
||||
"__finite",
|
||||
"__finitef",
|
||||
"__finitel",
|
||||
"__habs",
|
||||
"__habs2",
|
||||
"__isinf",
|
||||
"__isinff",
|
||||
"__isinfl",
|
||||
|
||||
@@ -548,6 +548,8 @@ const std::map<llvm::StringRef, hipCounter> CUDA_DEVICE_FUNC_MAP{
|
||||
{"__hfma", {"", "", CONV_DEVICE_FUNC, API_RUNTIME}},
|
||||
{"__hfma_sat", {"", "", CONV_DEVICE_FUNC, API_RUNTIME}},
|
||||
{"__hneg", {"", "", CONV_DEVICE_FUNC, API_RUNTIME}},
|
||||
{"__habs2", {"", "", CONV_DEVICE_FUNC, API_RUNTIME, UNSUPPORTED}},
|
||||
{"__habs", {"", "", CONV_DEVICE_FUNC, API_RUNTIME, UNSUPPORTED}},
|
||||
{"__hbeq2", {"", "", CONV_DEVICE_FUNC, API_RUNTIME}},
|
||||
{"__hbne2", {"", "", CONV_DEVICE_FUNC, API_RUNTIME}},
|
||||
{"__hble2", {"", "", CONV_DEVICE_FUNC, API_RUNTIME}},
|
||||
|
||||
Ссылка в новой задаче
Block a user