8000 Tags · ROCm/rocPRIM · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ROCm/rocPRIM

Tags

mock-tag-test

Toggle mock-tag-test's commit message
ROCm Release for rocPRIM 3.5.0

rocm-6.4.1

Toggle rocm-6.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Workaround memory allocation issues on Windows for large size test ca…

…ses (#690)

Radix sort and merge sort test cases that use the largest data sizes
hang or cause an SEH exception on Windows when using the latest version
of the HIP SDK.

Unfortunately, the HIP SDK issue interferes with our current strategies
for skipping tests that require too much memory for a device (querying
available device memory or examining the return value from hipMalloc),
making them unreliable.

While we wait for a fix, this change introduces a workaround by
reducing the maximum size these test cases can use on Windows.

rocm-6.4.0

Toggle rocm-6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Workaround memory allocation issues on Windows for large size test ca…

…ses (#690)

Radix sort and merge sort test cases that use the largest data sizes
hang or cause an SEH exception on Windows when using the latest version
of the HIP SDK.

Unfortunately, the HIP SDK issue interferes with our current strategies
for skipping tests that require too much memory for a device (querying
available device memory or examining the return value from hipMalloc),
making them unreliable.

While we wait for a fix, this change introduces a workaround by
reducing the maximum size these test cases can use on Windows.

rocm-6.3.3

Toggle rocm-6.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove gfx940,gfx941 targets (#639)

rocm-6.3.2

Toggle rocm-6.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove gfx940,gfx941 targets (#639)

rocm-6.3.1

Toggle rocm-6.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove gfx940,gfx941 targets (#639)

rocm-6.3.0

Toggle rocm-6.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove gfx940,gfx941 targets (#639)

rocm-6.2.4

Toggle rocm-6.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version number (#619)

rocm-test-09212024

Toggle rocm-test-09212024's commit message
rocPRIM 3.3.0 for ROCm 6.3.0

rocm-6.2.2

Toggle rocm-6.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cherry-pick: Optimize block_reduce_warp_reduce when block size is the…

… same as warp size (#599)

* Optimize block_reduce_warp_reduce when block size == warp size

* Make conditional constexpr
0