We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d919c commit c9e9ec1Copy full SHA for c9e9ec1
.github/workflows/gpu.yml
@@ -12,6 +12,7 @@ jobs:
12
# TODO: add support for Windows
13
ubuntu-build:
14
name: Build - Ubuntu
15
+ if: github.repository == 'oneapi-src/unified-memory-framework' # run only on upstream; forks will not have the HW
16
17
strategy:
18
matrix:
0 commit comments