Skip to content

Commit 9fae693

Browse files
committed
fix
1 parent 8c15eb3 commit 9fae693

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backends/metax_gpu/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,8 @@ target_compile_definitions(
861861
${TARGET_NAME}
862862
PUBLIC PADDLE_WITH_CUDA=1
863863
PADDLE_WITH_CUSTOM_DEVICE=1
864-
cublasContext=mcblasContext
865-
cublasLtContext=mcblasLtContext
864+
mcblasContext=cublasContext
865+
mcblasLtContext=cublasLtContext
866866
cudnnContext==mcdnnContex
867867
GPUContext=CustomContext
868868
KPSContext=CustomContext

0 commit comments

Comments
 (0)