Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compile-time support for AVX2/512 streaming operations in LQ #664

Merged
merged 28 commits into from
Apr 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5269857
Add support for compile-time generation of streaming AVX kernels
mlxd Mar 27, 2024
6bb9a37
Add streaming and tuning docs
mlxd Mar 27, 2024
24f290a
Auto update version
github-actions[bot] Mar 27, 2024
f87bdc1
Trigger CI
mlxd Mar 27, 2024
68eb3cf
Update overloads
mlxd Mar 27, 2024
278bacf
Merge branch 'master' into feature/avx_streaming_ops
mlxd Apr 3, 2024
61c4073
Auto update version
github-actions[bot] Apr 3, 2024
2ad6c39
Merge branch 'master' into feature/avx_streaming_ops
mlxd Apr 4, 2024
9fd7c8f
Auto update version
github-actions[bot] Apr 4, 2024
f2525e4
Trigger CI
mlxd Apr 4, 2024
4ad7ca0
Update doc/lightning_qubit/development/avx_kernels/kernel_tuning.rst
mlxd Apr 5, 2024
083544b
Merge branch 'master' into feature/avx_streaming_ops
mlxd Apr 19, 2024
ae9809e
Update changelog
mlxd Apr 19, 2024
7377b2e
Auto update version
github-actions[bot] Apr 19, 2024
75e31ca
Trigger CI
mlxd Apr 19, 2024
d0aaeec
Update doc/lightning_qubit/development/avx_kernels/kernel_tuning.rst
mlxd Apr 24, 2024
2b1236e
Update doc/lightning_qubit/development/avx_kernels/kernel_tuning.rst
mlxd Apr 24, 2024
1b4129c
Auto update version from '0.36.0-dev34' to '0.36.0-dev37'
ringo-but-quantum Apr 24, 2024
e950df0
Merge branch 'master' into feature/avx_streaming_ops
mlxd Apr 24, 2024
22e1982
Updates from code review
mlxd Apr 24, 2024
f3fbcc2
Merge branch 'master' into feature/avx_streaming_ops
mlxd Apr 24, 2024
9d43784
Auto update version from '0.36.0-dev37' to '0.36.0-dev38'
ringo-but-quantum Apr 24, 2024
c525904
Merge branch 'master' into feature/avx_streaming_ops
mlxd Apr 24, 2024
540052f
Auto update version from '0.36.0-dev38' to '0.36.0-dev39'
ringo-but-quantum Apr 24, 2024
2cf4f03
Merge branch 'master' into feature/avx_streaming_ops
mlxd Apr 25, 2024
4be3c7f
Auto update version from '0.36.0-dev40' to '0.36.0-dev41'
ringo-but-quantum Apr 25, 2024
479c287
Update doc/lightning_qubit/development/avx_kernels/kernel_tuning.rst
mlxd Apr 25, 2024
5b43dbe
Update doc/lightning_qubit/development/avx_kernels/kernel_tuning.rst
mlxd Apr 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Auto update version
  • Loading branch information
github-actions[bot] committed Apr 3, 2024
commit 61c4073ef14ac5549f3794da76f486182a5f142f
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.36.0-dev20"
__version__ = "0.36.0-dev21"