This is an archive of the discontinued LLVM Phabricator instance.

[mlir][gpu] Increase default SM version from 35 to 50
ClosedPublic

Authored by guraypp on Jul 24 2023, 3:51 AM.

Details

Summary

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.

Diff Detail

Event Timeline

guraypp created this revision.Jul 24 2023, 3:51 AM
guraypp requested review of this revision.Jul 24 2023, 3:51 AM

builtbot failures due to sm_35 is below

lib/libmlir_runner_utils.so --entry-point-result=void
<unknown>:0: error: Invoking ptxas is failed, see the file: ptxas fatal   : Value 'sm_35' is not defined for option 'gpu-name'
This revision was not accepted when it landed; it landed in state Needs Review.Jul 24 2023, 6:11 AM
This revision was automatically updated to reflect the committed changes.