[all-commits] [llvm/llvm-project] 5e8a11: Revert "[mlir][gpu] Fallback to JIT compilation" "...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Jul 24 10:23:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e8a1164f22757c19387abf79608e99782b8ec38
https://github.com/llvm/llvm-project/commit/5e8a1164f22757c19387abf79608e99782b8ec38
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/GPU/Transforms/Passes.h
M mlir/lib/Dialect/GPU/Transforms/SerializeToCubin.cpp
M mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp
M mlir/test/lib/Dialect/GPU/TestConvertGPUKernelToCubin.cpp
M mlir/test/lib/Dialect/GPU/TestLowerToNVVM.cpp
Log Message:
-----------
Revert "[mlir][gpu] Fallback to JIT compilation" "[mlir][gpu] Increase default SM version from 35 to 50" and "[mlir][gpu] Improving Cubin Serialization with ptxas Compiler"
This reverts commit 2e0e00ed841951e358a85a871647be9b3a622f51
and reverts commit a6eb40692c795a9cc29266779ceca2e304141114
and reverts commit 585cbe3f639783bf0307b47504acbd205f135310.
15 tests are broken on the mlir-nvidia buildbot:
'cuModuleLoadData(&module, data)' failed with 'CUDA_ERROR_INVALID_SOURCE'
'cuModuleGetFunction(&function, module, name)' failed with 'CUDA_ERROR_INVALID_HANDLE'
'cuLaunchKernel(function, gridX, gridY, gridZ, blockX, blockY, blockZ, smem, stream, params, extra)' failed with 'CUDA_ERROR_INVALID_HANDLE'
'cuModuleUnload(module)' failed with 'CUDA_ERROR_INVALID_HANDLE'
More information about the All-commits
mailing list