SWDEV-433031 - Match the signature of HIPRTC APIs with NVRTC (#93)

Change-Id: If91f5a240ae119d0bc5a21c2d162f0c37df32606
This commit is contained in:
Dittakavi, Satyanvesh
2025-05-22 13:30:24 +05:30
committed by GitHub
parent 13556b72a7
commit 301ebd5936
+3 -3
View File
@@ -214,7 +214,7 @@ hiprtcResult hiprtcAddNameExpression(hiprtcProgram prog,
*/
hiprtcResult hiprtcCompileProgram(hiprtcProgram prog,
int numOptions,
const char** options);
const char* const* options);
/**
* @ingroup Runtime
@@ -240,8 +240,8 @@ hiprtcResult hiprtcCreateProgram(hiprtcProgram* prog,
const char* src,
const char* name,
int numHeaders,
const char** headers,
const char** includeNames);
const char* const* headers,
const char* const* includeNames);
/**
* @brief Destroys an instance of given hiprtcProgram.