We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd7eac commit ae921ddCopy full SHA for ae921dd
1 file changed
include/RAJA/policy/hip/sort.hpp
@@ -393,7 +393,7 @@ resources::EventProxy<resources::Hip> sort_pairs(
393
394
// Free temporary output arrays
395
hip::device_mempool_type::getInstance().free(tmp_keys_begin);
396
- hip::device_mempool_type::getInstance().free(dst_vals_begin);
+ hip::device_mempool_type::getInstance().free(tmp_vals_begin);
397
}
398
#elif defined(__CUDACC__)
399
if constexpr (RequireStable)
0 commit comments