mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-20 12:59:54 +00:00
Fix lint and ROCm error alias
Agent-Logs-Url: https://github.com/microsoft/mscclpp/sessions/0f0e525d-a69c-4ff7-8913-983243b5cbf7 Co-authored-by: Binyang2014 <9415966+Binyang2014@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0c09239b06
commit
7724e49f31
@@ -31,6 +31,7 @@ using CUmemorytype = hipMemoryType;
|
||||
constexpr auto cudaErrorPeerAccessAlreadyEnabled = hipErrorPeerAccessAlreadyEnabled;
|
||||
constexpr auto cudaErrorContextIsDestroyed = hipErrorContextIsDestroyed;
|
||||
constexpr auto cudaErrorInvalidDevice = hipErrorInvalidDevice;
|
||||
constexpr auto cudaErrorInvalidValue = hipErrorInvalidValue;
|
||||
constexpr auto cudaSuccess = hipSuccess;
|
||||
constexpr auto cudaErrorNotSupported = hipErrorNotSupported;
|
||||
constexpr auto cudaStreamNonBlocking = hipStreamNonBlocking;
|
||||
|
||||
Reference in New Issue
Block a user