[all-commits] [llvm/llvm-project] a6eb40: [mlir][gpu] Increase default SM version from 35 to 50
Guray Ozen via All-commits
all-commits at lists.llvm.org
Mon Jul 24 06:11:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6eb40692c795a9cc29266779ceca2e304141114
https://github.com/llvm/llvm-project/commit/a6eb40692c795a9cc29266779ceca2e304141114
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M mlir/lib/Dialect/GPU/Transforms/SerializeToCubin.cpp
M mlir/test/lib/Dialect/GPU/TestConvertGPUKernelToCubin.cpp
Log Message:
-----------
[mlir][gpu] Increase default SM version from 35 to 50
Current SM version is 35 but it is deprecated long time ago. D155563 introduced ptxas compilations, using sm_35 causes failures in builtbot. This change increase default SM version to 50.
Differential Revision: https://reviews.llvm.org/D156098
More information about the All-commits
mailing list