Skip to content

Commit 4a3a9d2

Browse files
Revert "Merge branch 'master' into master"
This reverts commit 7131f9e, reversing changes made to 2c1e7fa.
1 parent 5af15c8 commit 4a3a9d2

File tree

6 files changed

+2
-653
lines changed

6 files changed

+2
-653
lines changed

configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ done
6464
while [[ "$TF_CUDA_VERSION" == "" ]]; do
6565
read -p "Are you building against TensorFlow 2.1(including RCs) or newer?[Y/n] " INPUT
6666
case $INPUT in
67-
[Yy]* ) echo "Build against TensorFlow 2.1 or newer."; TF_CUDA_VERSION=10.1;;
67+
[Yy]* ) echo "Build against TensorFlow 2.1 or newer."; TF_CUDA_VERSION=11;;
6868
[Nn]* ) echo "Build against TensorFlow <2.1."; TF_CUDA_VERSION=10.0;;
69-
"" ) echo "Build against TensorFlow 2.1 or newer."; TF_CUDA_VERSION=10.1;;
69+
"" ) echo "Build against TensorFlow 2.1 or newer."; TF_CUDA_VERSION=11;;
7070
* ) echo "Invalid selection: " $INPUT;;
7171
esac
7272
done

tensorflow_quantum/core/ops/tfq_simulate_expectation_op_cuda.cu.cc

Lines changed: 0 additions & 207 deletions
This file was deleted.

0 commit comments

Comments
 (0)