SWDEV-433031 - Match the signature of HIPRTC APIs with NVRTC (#93)
Change-Id: If91f5a240ae119d0bc5a21c2d162f0c37df32606
[ROCm/hip commit: 301ebd5936]
このコミットが含まれているのは:
@@ -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.
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする