Skip to content

Commit 304f6ab

Browse files
authored
Cleanup references to the original repo on my personal GitHub (#273)
When moving to LLVM I clearly missed a few places where my personal repo was originally referenced. This gets the last of them.
1 parent fd7c7bc commit 304f6ab

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-and-test-callable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ jobs:
123123
- name: Checkout OffloadTest
124124
uses: actions/checkout@v4
125125
with:
126-
repository: llvm-beanz/offload-test-suite
126+
repository: llvm/offload-test-suite
127127
ref: ${{ inputs.OffloadTest-branch }}
128128
path: OffloadTest
129129
fetch-depth: 1
130130
- name: Checkout Golden Images
131131
uses: actions/checkout@v4
132132
with:
133-
repository: llvm-beanz/offload-golden-images
133+
repository: llvm/offload-golden-images
134134
ref: main
135135
path: golden-images
136136
fetch-depth: 1

docs/WSL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ These binaries, in addition to the WSL-specific headers and libraries made avail
1010
1. Install the DirectX-Headers package (usually named `directx-headers-dev`) from your preferred package manager.
1111
This is to obtain the libraries: DirectX-Guids (`libDirectX-Guids.a`) and d3dx12-format-properties (`libd3dx12-format-properties.a`)
1212
Alternatively, build and install the DirectX-Headers from the [original repo](https://github.com/microsoft/DirectX-Headers) or the git submodule of this repository: `third-party/DirectX-Headers`
13-
1. Install the rest of the [prerequisites](https://github.com/llvm-beanz/offload-test-suite/tree/main?tab=readme-ov-file#prerequisites) and follow the [instructions](https://github.com/llvm-beanz/offload-test-suite/tree/main?tab=readme-ov-file#adding-to-llvm-build) to add the experimental runtime test suite for HLSL to an LLVM build
13+
1. Install the rest of the [prerequisites](https://github.com/llvm/offload-test-suite/tree/main?tab=readme-ov-file#prerequisites) and follow the [instructions](https://github.com/llvm/offload-test-suite/tree/main?tab=readme-ov-file#adding-to-llvm-build) to add the experimental runtime test suite for HLSL to an LLVM build
1414

1515
## Known Issues
1616

test/Feature/CBuffer/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ if 'Clang' in config.available_features:
22
config.unsupported = True
33

44
# CBuffer bindings seem to be broken under metal
5-
# https://github.com/llvm-beanz/offload-test-suite/issues/55
5+
# https://github.com/llvm/offload-test-suite/issues/55
66
if 'Metal' in config.available_features:
77
config.unsupported = True

test/UseCase/particle-life.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ DescriptorSets:
354354
# UNSUPPORTED: Clang-Vulkan
355355

356356
# CBuffer bindings seem to be broken under metal
357-
# https://github.com/llvm-beanz/offload-test-suite/issues/55
357+
# https://github.com/llvm/offload-test-suite/issues/55
358358
# UNSUPPORTED: Metal
359359

360360
# RUN: split-file %s %t

0 commit comments

Comments
 (0)