File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22; RUN: llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | FileCheck -check-prefix=ENABLED %s
33; RUN: llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 -disable-nvptx-load-store-vectorizer < %s | FileCheck -check-prefix=DISABLED %s
4- ; RUN: %if ptxas-sm_50 && ptxas-isa-8.8 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | %ptxas-verify -arch=sm_50 %}
5- ; RUN: %if ptxas-sm_50 && ptxas-isa-8.8 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 -disable-nvptx-load-store-vectorizer < %s | %ptxas-verify -arch=sm_50 %}
4+ ; RUN: %if ptxas-sm_50 && ptxas-isa-8.3 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | %ptxas-verify -arch=sm_50 %}
5+ ; RUN: %if ptxas-sm_50 && ptxas-isa-8.3 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 -disable-nvptx-load-store-vectorizer < %s | %ptxas-verify -arch=sm_50 %}
66
77target triple = "nvptx64-nvidia-cuda"
88
Original file line number Diff line number Diff line change 11; RUN: llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | FileCheck %s
2- ; RUN: %if ptxas-sm_50 && ptxas-isa-8.8 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | %ptxas-verify -arch=sm_50 %}
2+ ; RUN: %if ptxas-sm_50 && ptxas-isa-8.3 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | %ptxas-verify -arch=sm_50 %}
33;
44; Check that parameters of a __device__ function with private or internal
55; linkage called from a __global__ (kernel) function get increased alignment,
You can’t perform that action at this time.
0 commit comments