We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700d281 commit c4696fcCopy full SHA for c4696fc
tests/unit_tests/synthetic/runtime_functions.cu
@@ -1597,8 +1597,8 @@ int main() {
1597
#if CUDA_VERSION >= 12000
1598
// CUDA: extern __host__ cudaError_t CUDARTAPI cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long *flags);
1599
// HIP: hipError_t hipGraphExecGetFlags(hipGraphExec_t graphExec, unsigned long long* flags);
1600
- // CHECK: result = hipGraphExecGetFlags(GraphExec_t, &ull);
1601
- result = cudaGraphExecGetFlags(GraphExec_t, &ull);
+ // CHECK: result = hipGraphExecGetFlags(GraphExec_t, &ull_2);
+ result = cudaGraphExecGetFlags(GraphExec_t, &ull_2);
1602
#endif
1603
1604
#if CUDA_VERSION >= 12020
0 commit comments