Multiple updates and refactorings (#231)
This commit is contained in:
@@ -15,7 +15,7 @@ python setup.py build
|
||||
# Find the .so file in build directory and create symlink in current directory
|
||||
so_file=$(find build -name "*.so" -type f | head -n 1)
|
||||
if [ -n "$so_file" ]; then
|
||||
ln -sf "$so_file" .
|
||||
ln -sf "../$so_file" deep_gemm/
|
||||
else
|
||||
echo "Error: No SO file found in build directory" >&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user