ggml: Add basic SET_ROWS support in WebGPU (#15137)
* Begin work on set_rows * Work on set rows * Add error buffers for reporting unsupported SET_ROWS indices * Remove extra comments
This commit is contained in:
parent
756cfea826
commit
5fd160bbd9
3 changed files with 286 additions and 35 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -179,7 +179,6 @@ jobs:
|
|||
- name: Test
|
||||
id: cmake_test
|
||||
run: |
|
||||
export LLAMA_SET_ROWS=0
|
||||
cd build
|
||||
ctest -L main --verbose --timeout 900
|
||||
|
||||
|
|
@ -438,7 +437,6 @@ jobs:
|
|||
- name: Test
|
||||
id: cmake_test
|
||||
run: |
|
||||
export LLAMA_SET_ROWS=0
|
||||
cd build
|
||||
# This is using llvmpipe and runs slower than other backends
|
||||
ctest -L main --verbose --timeout 3600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue