"docs/source/en/api/pipelines/latent_diffusion_uncond.md" did not exist on "cdb371f07be4d1796a704371e996a583d10bd9e4"
test_gpu.sh 828 Bytes
Newer Older
huchen's avatar
huchen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cd build;
export CPLUS_INCLUDE_PATH=/opt/dtk-21.04/include:/opt/dtk-21.04:/opencl/include
export LD_LIBRARY_PATH=/home/huchen/intel-compiler-2017.5.239/mkl/lib/intel64_lin/:$LD_LIBRARY_PATH
export PATH=/home/huchen/FAISS/swig-4.0.2-build/bin/:$PATH
export CPLUS_INCLUDE_PATH=/opt/dtk-21.04/hiprand/include/:/opt/dtk-21.04/rocrand/include:$CPLUS_INCLUDE_PATH
export LD_LIBRARY_PATH=/opt/dtk-21.04/hipblas/lib/:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/opt/dtk-21.04/llvm/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/huchen/FAISS/faiss/build/faiss/gpu/test/:/home/huchen/FAISS/faiss/build/faiss/:/home/huchen/FAISS/faiss/build/lib/:$LD_LIBRARY_PATH
#./faiss/gpu/test/TestGpuIndexFlat

#export AMD_LOG_LEVEL=4
#export AMD_OCL_WAIT_COMMAND=1
#ctest3 -V -R TestGpuIndexFlat.IP_Float32
#gdb ./faiss/gpu/test/TestGpuIndexFlat
cd -