SWDEV-439637 - Updated to compile with clang compiler

Change-Id: Ib0a8e1cc007f083fb1d1f4363cf89ba76ad3c4f2
This commit is contained in:
Anusha GodavarthySurya
2024-01-02 14:56:03 +00:00
committed by Anusha Godavarthy Surya
parent e37aaeae09
commit a1b2cbe44e
6 changed files with 106 additions and 96 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ hipError_t hipModuleGetGlobal(hipDeviceptr_t* dptr, size_t* bytes, hipModule_t h
hipError_t hipFuncGetAttribute(int* value, hipFunction_attribute attrib, hipFunction_t hfunc) {
HIP_INIT_API(hipFuncGetAttribute, value, attrib, hfunc);
if ((value == nullptr)) {
if (value == nullptr) {
HIP_RETURN(hipErrorInvalidValue);
}