ITADN

PyTorch won't work with ZLUDA

#611ClosedMissingReports 创建于 2026-01-23
M
MissingReportscommented
``` torch.AcceleratorError: CUDA error: named symbol not found Search for `cudaErrorSymbolNotFound' in https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__TYPES.html for more information. CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1 Compile with `TORCH_USE_CUDA_DSA` to enable device-side assertions. ``` GPU: RX 6750 XT I downloaded HIP 6.4.2 and replaced the real rocblas' libs and dll from https://github.com/likelovewant/ROCmLibs-for-gfx1103-AMD780M-APU/releases/tag/v0.6.2.4, specifically the rocm.gfx1031.for.hip.sdk.6.2.4.littlewu.s.logic.7z I downloaded ZLUDA and added both %HIP_PATH%_bin and ZLUDA to my path I copied the DLLS from ZLUDA to PyTorch's `lib`
关闭于 2026-01-28 1 条评论