Skip to content

Replace vector<int> with SmallList (a stack array) (#743)#1

Open
JPRichings wants to merge 1 commit into
JPRichings:ctrls_performancefrom
QuEST-Kit:devel
Open

Replace vector<int> with SmallList (a stack array) (#743)#1
JPRichings wants to merge 1 commit into
JPRichings:ctrls_performancefrom
QuEST-Kit:devel

Conversation

@JPRichings
Copy link
Copy Markdown
Owner

This is to circumvent the std::vector performance overheads visible in few-qubit simulation (responsible for a performance regression from v3; see QuEST-Kit#720), and also so that qubit lists can be passed directly to CUDA kernels without conversion (as explored in QuEST-Kit#739).

This is to circumvent the std::vector performance overheads visible in few-qubit simulation (responsible for a performance regression from v3; see #720), and also so that qubit lists can be passed directly to CUDA kernels without conversion (as explored in #739).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants