Skip to content

Commit b9e43bb

Browse files
authored
tfjs-webgpu: Rename tfjs-webgpu to tfjs-backend-webgpu. (#1839)
INTERNAL
1 parent 0626308 commit b9e43bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5
-5
lines changed

cloudbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ steps:
4444
- name: 'gcr.io/cloud-builders/gcloud'
4545
entrypoint: 'bash'
4646
id: 'tfjs-backend-webgpu'
47-
args: ['./scripts/run-build.sh', 'tfjs-webgpu']
47+
args: ['./scripts/run-build.sh', 'tfjs-backend-webgpu']
4848
waitFor: ['diff']
4949

5050
# React Native.
@@ -73,4 +73,4 @@ timeout: 1800s
7373
logsBucket: 'gs://tfjs-build-logs'
7474
options:
7575
logStreamingOption: 'STREAM_ON'
76-
substitution_option: 'ALLOW_LOOSE'
76+
substitution_option: 'ALLOW_LOOSE'
File renamed without changes.

tfjs-webgpu/cloudbuild.yml renamed to tfjs-backend-webgpu/cloudbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77

88
# Install webgpu dependencies.
99
- name: 'node:10'
10-
dir: 'tfjs-webgpu'
10+
dir: 'tfjs-backend-webgpu'
1111
entrypoint: 'yarn'
1212
id: 'test-webgpu'
1313
args: ['test-ci']
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)