[all-commits] [llvm/llvm-project] ca3545: [Libomptarget] Bump up PTX version from +ptx61 to ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Oct 25 10:28:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca3545f0efe17d7cb3b80de1fdcae80e3ce75b0f
https://github.com/llvm/llvm-project/commit/ca3545f0efe17d7cb3b80de1fdcae80e3ce75b0f
Author: Joseph Huber <35342157+jhuber6 at users.noreply.github.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M openmp/libomptarget/DeviceRTL/CMakeLists.txt
Log Message:
-----------
[Libomptarget] Bump up PTX version from +ptx61 to +ptx63 (#70227)
Summary:
This version is required to support the 'activemask' feature which is
used for certain features, such as reductions. This ties the
implementation of the DeviceRTL roughly to the features provided by the
CUDA 9.0 release, which should be sufficienly old as to not cause
problems since this is a minor version jump that corresponds to the
release of `sm_53`.
More information about the All-commits
mailing list