You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The TensorFlow dependency has been upgraded from 2.7.0 to 2.11.0:
5
+
- TensorFlow Quantum is now compiled with `_GLIBCXX_USE_CXX11_ABI=1`. Downstream projects that encounter `std::__cxx11` or `[abi:cxx11]` linker errors will need to adopt this compiler option. See [the GNU C++ Library docs on Dual ABI](https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html).
6
+
- TensorFlow Quantum is now compiled with `-std=c++17`, see [install.md](/docs/install.md) for build instructions.
7
+
2
8
# Major Features and Improvements
3
9
- Significant performance improvements by introducing cuQuantum support for circuit execution on GPU:
4
10
- TensorFlow Quantum Keras layers can now be executed on GPU by setting `use_cuquantum=True` at layer instantiation. Examples:
@@ -8,11 +14,5 @@
8
14
-`tfq.layers.Sample(use_cuquantum=True)`
9
15
-`tfq.layers.SimulateSample(use_cuquantum=True)`
10
16
11
-
- Build, compilation, and packaging:
12
-
- The TensorFlow dependency has been upgraded from 2.7.0 to 2.11.0:
13
-
- TensorFlow Quantum is now compiled with `_GLIBCXX_USE_CXX11_ABI=1`. Downstream projects that encounter `std::__cxx11` or `[abi:cxx11]` linker errors will need to adopt this compiler option. See [the GNU C++ Library docs on Dual ABI](https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html).
14
-
- TensorFlow Quantum is now compiled with `-std=c++17`, see [install.md](/docs/install.md) for build instructions.
15
-
16
-
17
17
# Thanks to our Contributors
18
18
This release contains contributions from many people at Google, Nvidia, as well as:
0 commit comments