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

Change-Id: If91f5a240ae119d0bc5a21c2d162f0c37df32606

[ROCm/hip commit: 301ebd5936]
このコミットが含まれているのは:
Dittakavi, Satyanvesh
2025-05-22 13:30:24 +05:30
committed by GitHub
コミット a9d8bf303a
+3 -3
ファイルの表示
@@ -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.