mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-10 15:03:34 +00:00
fixing webgpu backend ?
This commit is contained in:
5
.github/workflows/webgpu-test-linux.yml
vendored
5
.github/workflows/webgpu-test-linux.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
# Setup compilation mode and install project dependencies
|
||||
- name: Configure xmake and install dependencies
|
||||
run: xmake config --webgpu=y --webgpu-tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes
|
||||
run: xmake config --webgpu=y --webgpu-tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} ${{ matrix.confs.config }} --ccache=n --yes
|
||||
|
||||
# Save dependencies
|
||||
- name: Save cached xmake dependencies
|
||||
@@ -91,5 +91,4 @@ jobs:
|
||||
|
||||
- name: Test WebGPU
|
||||
run: |
|
||||
xmake build --yes WebGPUUnitTests
|
||||
xmake run --yes WebGPUUnitTests
|
||||
xmake run --yes WebGPUUnitTests -vD
|
||||
|
||||
5
.github/workflows/webgpu-test-macos.yml
vendored
5
.github/workflows/webgpu-test-macos.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
|
||||
# Setup compilation mode and install project dependencies
|
||||
- name: Configure xmake and install dependencies
|
||||
run: xmake config --webgpu=y --webgpu-tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes
|
||||
run: xmake config --webgpu=y --webgpu-tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} ${{ matrix.confs.config }} --ccache=n --yes
|
||||
|
||||
# Save dependencies
|
||||
- name: Save cached xmake dependencies
|
||||
@@ -82,5 +82,4 @@ jobs:
|
||||
|
||||
- name: Test WebGPU
|
||||
run: |
|
||||
xmake build --yes WebGPUUnitTests
|
||||
xmake run --yes WebGPUUnitTests
|
||||
xmake run --yes WebGPUUnitTests -vD
|
||||
|
||||
8
.github/workflows/webgpu-test-windows.yml
vendored
8
.github/workflows/webgpu-test-windows.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
# Setup compilation mode and install project dependencies
|
||||
- name: Configure xmake and install dependencies
|
||||
run: xmake config --webgpu=y --webgpu-tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes
|
||||
run: xmake config --webgpu=y --webgpu-tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} ${{ matrix.confs.config }} --ccache=n --yes
|
||||
|
||||
# Save dependencies
|
||||
- name: Save cached xmake dependencies
|
||||
@@ -82,11 +82,5 @@ jobs:
|
||||
key: assets-${{ hashFiles('assets/examples_version.txt', 'assets/unittests_version.txt') }}
|
||||
|
||||
- name: Test WebGPU
|
||||
if: ${{ !runner.debug }}
|
||||
run: |
|
||||
xmake run --yes WebGPUUnitTests
|
||||
|
||||
- name: Test WebGPU (debug)
|
||||
if: ${{ runner.debug }}
|
||||
run: |
|
||||
xmake run --yes WebGPUUnitTests -vD
|
||||
|
||||
Reference in New Issue
Block a user