Kevin Klein
Kevin Klein
I am now installing everything according to the new installation guide (https://facebookresearch.github.io/TensorComprehensions/installation.html). All worked fine so far, now all I have to do is the final step: CLANG_PREFIX=$(${CONDA_PREFIX}/bin/llvm-config --prefix) ./build.sh...
Thanks, I did realise shortly after I posted this that you have to clone from Git, although I didn't use --recursive. I then executed the cmd when in conda activate,...
Thanks... I didn't know checking out recursively was necessary... I set CUDA_TOOLKIT_ROOT_DIR to the path where Cuda90 is installed in my .bashrc file... I assume that was not what you're...
I checked out the repo with --recursive this time, and it seems to build fine until the point where it still doesn't find the Cuda stuff... I am on a...
Update: I tried again with "export" in my .bashrc (export CUDA_TOOLKIT_ROOT_DIR="/cm/shared/modulefiles/cuda90/toolkit/9.0.176") and I think it worked... I'm not sure if the build was entirely clean, as still gives me the...
Hi, yes, sorry, the LAPACK issue was when I tried building before the build system got a makeover. I changed the title now. I'm on a cluster with many different...
Has this site gone dead already??
Thanks very much for your detailed answers. I'll then try to install with caffe2 and see if I can run the kernels. I assume the overall performance will be better...