Qiskit / qiskit-aer

Aer is a high performance simulator for quantum circuits that includes noise models
https://qiskit.github.io/qiskit-aer/
Apache License 2.0
464 stars 354 forks source link

Fix Thrust error whe using CUDA 12.5 #2174

Open doichanj opened 2 weeks ago

doichanj commented 2 weeks ago

Summary

When building Aer with CUDA 12.5, __thrust_exec_check_disable__ causes error

Details and comments

Removed __thrust_exec_check_disable__ and upgraded required Thrust version to 2.0.0