File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ cuda = "12.9"
34
34
temp = " /tmp/cuda-temp"
35
35
CUDA_PATH = " /usr/local/cuda-${cuda}"
36
36
PATH = " ${PATH}:${CUDA_PATH}/bin"
37
- LD_LIBRARY_PATH = " ${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64"
37
+ LD_LIBRARY_PATH = " ${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64:/project/tensor-array-repo/Tensor-Array/lib "
Original file line number Diff line number Diff line change 76
76
fi
77
77
78
78
cd ../..
79
-
80
- # Copy the shared library to the Tensor-Array lib directory
81
- echo " Copying the shared library to the Tensor-Array lib directory..."
82
- cp tensor-array-repo/Tensor-Array/lib/* .so src/tensor_array/
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def main():
53
53
"" : "src" ,
54
54
},
55
55
package_data = {
56
- "tensor_array " : ["*.so" ]
56
+ "" : ["*.so" ]
57
57
},
58
58
ext_modules = ext_modules ,
59
59
cmdclass = {
You can’t perform that action at this time.
0 commit comments