mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-21 04:20:14 +00:00
lab4 tutorial updated and imported some docs from orginal YatCPU docs
This commit is contained in:
3
lab4/csrc/build.cl.sh
Normal file
3
lab4/csrc/build.cl.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
rm -rf build
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=toolchain.cl.cmake -B build . && cmake --build build --parallel `nproc`
|
||||
Reference in New Issue
Block a user