SWDEV-450204 - hipGetProcAddress check for null corrected

Change-Id: Ic34b0d561d3d70f3411a60924a64c3b89954394f


[ROCm/clr commit: 14bcbcc25b]
This commit is contained in:
jiabaxie
2024-03-08 16:29:42 -05:00
committed by Jiabao Xie
parent f77ed12c4d
commit 5af8ba8513
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -762,7 +762,7 @@ hipError_t hipExtGetLastError();
hipError_t hipTexRefGetBorderColor(float* pBorderColor, const textureReference* texRef);
hipError_t hipTexRefGetArray(hipArray_t* pArray, const textureReference* texRef);
hipError_t hipGetProcAddress(const char* symbol, void** pfn, int hipVersion, uint64_t flags,
hipDriverProcAddressQueryResult* symbolStatus = NULL);
hipDriverProcAddressQueryResult* symbolStatus);
hipError_t hipStreamBeginCaptureToGraph(hipStream_t stream, hipGraph_t graph,
const hipGraphNode_t* dependencies,
const hipGraphEdgeData* dependencyData,