forked from EngineX-Cambricon/enginex-mlu370-vllm
add ops
This commit is contained in:
10
torch_mlu_ops-v1.3.2/tests/kernels_pytest/build.sh
Executable file
10
torch_mlu_ops-v1.3.2/tests/kernels_pytest/build.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
TOP_DIR="$( cd "$( dirname "$0" )" && pwd )"
|
||||
cd ${TOP_DIR}
|
||||
|
||||
rm -rf build > /dev/null 2>&1
|
||||
cmake $TOP_DIR -Bbuild $@
|
||||
cmake --build build -- -j32
|
||||
Reference in New Issue
Block a user