-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #386 from QuEST-Kit/cuquantum
integrated a new cuQuantum and Thrust GPU backend
- Loading branch information
Showing
12 changed files
with
2,615 additions
and
1,031 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
if (USE_CUQUANTUM) | ||
set(GPU_CORE QuEST_cuQuantum.cu) | ||
else () | ||
set(GPU_CORE QuEST_gpu.cu) | ||
endif() | ||
|
||
set(QuEST_SRC_ARCHITECTURE_DEPENDENT | ||
${CMAKE_CURRENT_SOURCE_DIR}/QuEST_gpu.cu | ||
${CMAKE_CURRENT_SOURCE_DIR}/${GPU_CORE} | ||
${CMAKE_CURRENT_SOURCE_DIR}/QuEST_gpu_common.cu | ||
PARENT_SCOPE | ||
) | ||
|
||
|
Oops, something went wrong.