Skip to content

Commit

Permalink
Merge pull request #60 from lcskrishna/cl/rocm6.2_internal_testing
Browse files Browse the repository at this point in the history
enable all hiprand APIs from ROCm 6.2+ and update backward compatibility.
  • Loading branch information
AdrianAbeyta authored Jun 20, 2024
2 parents 3733ed9 + 63bf020 commit d73d8a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cupy_backends/hip/cupy_hiprand.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@

extern "C" {

#if HIP_VERSION < 60241132
typedef enum {} hiprandOrdering_t;

hiprandStatus_t hiprandSetGeneratorOrdering(...) {
return HIPRAND_STATUS_NOT_IMPLEMENTED;
}
#endif

#if HIP_VERSION < 50530201
hiprandStatus_t hiprandGenerateLongLong(...) {
Expand Down

0 comments on commit d73d8a4

Please sign in to comment.