Skip to content

Commit ae921dd

Browse files
committed
Fixup name of tmp_vals_begin
1 parent 3cd7eac commit ae921dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/RAJA/policy/hip/sort.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ resources::EventProxy<resources::Hip> sort_pairs(
393393

394394
// Free temporary output arrays
395395
hip::device_mempool_type::getInstance().free(tmp_keys_begin);
396-
hip::device_mempool_type::getInstance().free(dst_vals_begin);
396+
hip::device_mempool_type::getInstance().free(tmp_vals_begin);
397397
}
398398
#elif defined(__CUDACC__)
399399
if constexpr (RequireStable)

0 commit comments

Comments
 (0)