mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +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
|
# Setup compilation mode and install project dependencies
|
||||||
- name: Configure xmake and install 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
|
# Save dependencies
|
||||||
- name: Save cached xmake dependencies
|
- name: Save cached xmake dependencies
|
||||||
@@ -91,5 +91,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Test WebGPU
|
- name: Test WebGPU
|
||||||
run: |
|
run: |
|
||||||
xmake build --yes WebGPUUnitTests
|
xmake run --yes WebGPUUnitTests -vD
|
||||||
xmake run --yes WebGPUUnitTests
|
|
||||||
|
|||||||
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
|
# Setup compilation mode and install project dependencies
|
||||||
- name: Configure xmake and install 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
|
# Save dependencies
|
||||||
- name: Save cached xmake dependencies
|
- name: Save cached xmake dependencies
|
||||||
@@ -82,5 +82,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Test WebGPU
|
- name: Test WebGPU
|
||||||
run: |
|
run: |
|
||||||
xmake build --yes WebGPUUnitTests
|
xmake run --yes WebGPUUnitTests -vD
|
||||||
xmake run --yes WebGPUUnitTests
|
|
||||||
|
|||||||
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
|
# Setup compilation mode and install project dependencies
|
||||||
- name: Configure xmake and install 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
|
# Save dependencies
|
||||||
- name: Save cached xmake dependencies
|
- name: Save cached xmake dependencies
|
||||||
@@ -82,11 +82,5 @@ jobs:
|
|||||||
key: assets-${{ hashFiles('assets/examples_version.txt', 'assets/unittests_version.txt') }}
|
key: assets-${{ hashFiles('assets/examples_version.txt', 'assets/unittests_version.txt') }}
|
||||||
|
|
||||||
- name: Test WebGPU
|
- name: Test WebGPU
|
||||||
if: ${{ !runner.debug }}
|
|
||||||
run: |
|
|
||||||
xmake run --yes WebGPUUnitTests
|
|
||||||
|
|
||||||
- name: Test WebGPU (debug)
|
|
||||||
if: ${{ runner.debug }}
|
|
||||||
run: |
|
run: |
|
||||||
xmake run --yes WebGPUUnitTests -vD
|
xmake run --yes WebGPUUnitTests -vD
|
||||||
|
|||||||
Reference in New Issue
Block a user