repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][acc] Update LegalizeDataValues pass to allow MappableType (#125134)
[llvm-project.git]
/
.github
/
workflows
/
hlsl-matrix.yaml
blob
c63a32acd2b3e0479b730c2dcf503f2cf96b2267
1
name: HLSL Tests
2
3
permissions:
4
contents: read
5
6
on:
7
workflow_dispatch:
8
pull_request:
9
branches:
10
- main
11
paths:
12
- llvm/**/DirectX/**
13
- .github/workflows/hlsl*
14
- clang/*HLSL*/**/*
15
- clang/**/*HLSL*
16
- llvm/**/Frontend/HLSL/**/*
17
18
jobs:
19
HLSL-Tests:
20
strategy:
21
fail-fast: false
22
matrix:
23
runs-on:
24
- hlsl-macos
25
26
uses: ./.github/workflows/hlsl-test-all.yaml
27
with:
28
SKU: hlsl-macos
29
TestTarget: check-hlsl-clang-mtl # TODO: This target changes based on SKU
30
LLVM-ref: ${{ github.ref }}