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

[oneMKL][DFT] Full revision of DFT parts of specs + addition of {F,B}WD_STRIDES configuration parameters #506

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
e1a3ed7
[DFT] removing REAL_COMPLEX and CCE_FORMAT from the list of config_va…
raphael-egan Oct 24, 2023
653227f
[DFT] revision of specs for configuration of data layouts
raphael-egan Oct 24, 2023
81b70e4
[DFT] revision of specs for storage formats
raphael-egan Oct 24, 2023
eaef65a
[DFT] clarifying multi-indexing in data layout config. intro
raphael-egan Oct 24, 2023
204701e
[DFT] Clarifying consistency requirements for in-place transforms
raphael-egan Oct 24, 2023
1a2b133
[DFT] Correcting offset condition in consistency requirements for in-…
raphael-egan Oct 24, 2023
ae187fb
[DFT] Revisions to the landing page, introducing and generalizing not…
raphael-egan Oct 26, 2023
f7255e5
[DFT] Revisions to descriptor page + introduction of jargon therein t…
raphael-egan Oct 28, 2023
6fa323a
[DFT] Revision to the page for scoped enumeration types + removing th…
raphael-egan Oct 27, 2023
1b04b4e
[DFT] Revisions to the page for data layout configuration and integra…
raphael-egan Oct 28, 2023
67add6e
[DFT] Revisions to the page for storage formats
raphael-egan Oct 28, 2023
67ab936
[DFT] Revisions to the page for compute_forward
raphael-egan Oct 30, 2023
7069426
[DFT] Revisions to the page for compute_backward
raphael-egan Oct 30, 2023
d7b56c3
[DFT] using same vocabulary throughout in DFT-owned parts
raphael-egan Oct 30, 2023
221ca79
[DFT] clarifying wording for (number of) expected data containers dep…
raphael-egan Oct 30, 2023
35ac197
[DFT] clarification to (F|B)WD_DISTANCE in table
raphael-egan Oct 30, 2023
b9c23f0
[DFT] adding 'the' where requested
raphael-egan Oct 30, 2023
70fdf00
[DFT] adding 'the' where requested, more of it
raphael-egan Oct 30, 2023
bf0048e
[DFT] adding consistency requirement for smallest stride along same d…
raphael-egan Oct 30, 2023
cd74b14
Update source/elements/oneMKL/source/domains/dft/config_params/data_l…
raphael-egan Oct 30, 2023
b4b4efb
Update source/elements/oneMKL/source/domains/dft/compute_backward.rst
raphael-egan Oct 31, 2023
59ddd2c
Update source/elements/oneMKL/source/domains/dft/dft.rst
raphael-egan Oct 31, 2023
219d64a
Update source/elements/oneMKL/source/domains/dft/dft.rst
raphael-egan Oct 31, 2023
2766fc4
Update source/elements/oneMKL/source/domains/dft/descriptor.rst
raphael-egan Oct 31, 2023
3368eea
Update source/elements/oneMKL/source/domains/dft/descriptor.rst
raphael-egan Oct 31, 2023
0ed350b
Update source/elements/oneMKL/source/domains/dft/descriptor.rst
raphael-egan Oct 31, 2023
76ed018
Update source/elements/oneMKL/source/domains/dft/descriptor.rst
raphael-egan Oct 31, 2023
66791a7
[DFT] can't use domain or precision in set_value
raphael-egan Oct 31, 2023
190826d
Update source/elements/oneMKL/source/domains/dft/config_params/storag…
raphael-egan Oct 31, 2023
be475cc
[DFT] slight changes to compute_* pages
raphael-egan Oct 31, 2023
0ebc442
Merge branch 'dev/regan/fwd_bwd_strides' of https://github.com/raphae…
raphael-egan Oct 31, 2023
b94ad6d
Update source/elements/oneMKL/source/domains/dft/enums_and_config_par…
raphael-egan Oct 31, 2023
86fa4e0
Update source/elements/oneMKL/source/domains/dft/dft.rst
raphael-egan Oct 31, 2023
576f321
Update source/elements/oneMKL/source/domains/dft/enums_and_config_par…
raphael-egan Oct 31, 2023
324ba89
Update source/elements/oneMKL/source/domains/dft/config_params/storag…
raphael-egan Oct 31, 2023
8b83f3b
Update source/elements/oneMKL/source/domains/dft/config_params/storag…
raphael-egan Oct 31, 2023
b4d55ba
Update source/elements/oneMKL/source/domains/dft/config_params/data_l…
raphael-egan Oct 31, 2023
95d0dbd
Update source/elements/oneMKL/source/domains/dft/config_params/data_l…
raphael-egan Oct 31, 2023
e658df1
Update source/elements/oneMKL/source/domains/dft/config_params/data_l…
raphael-egan Oct 31, 2023
74d7ff0
Update source/elements/oneMKL/source/domains/dft/descriptor.rst
raphael-egan Oct 31, 2023
fda0525
[DFT] add description for assignment operators in table
raphael-egan Oct 31, 2023
75af8a9
[DFT] clarifying get_value's behavior
raphael-egan Oct 31, 2023
245b719
[DFT] clarifying data storage expectations for oop c2c
raphael-egan Oct 31, 2023
76ab2a8
[DFT] specializing compute_forward call in REAL_REAL example from sto…
raphael-egan Nov 1, 2023
9e336a2
[DFT] removing WORKSPACE configuration parameter and corresponding va…
raphael-egan Nov 1, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace oneMKL domain or content
``oneapi::mkl::blas`` Dense linear algebra routines from BLAS and BLAS like extensions. The oneapi::mkl::blas namespace should contain two namespaces column_major and row_major to support both matrix layouts. See :ref:`onemkl_blas`
``oneapi::mkl::lapack`` Dense linear algebra routines from LAPACK and LAPACK like extensions. See :ref:`onemkl_lapack`
``oneapi::mkl::sparse`` Sparse linear algebra routines from Sparse BLAS and Sparse Solvers. See :ref:`onemkl_sparse_linear_algebra`
``oneapi::mkl::dft`` Discrete and fast Fourier transformations. See :ref:`onemkl_dft`
``oneapi::mkl::dft`` Discrete Fourier Transforms. See :ref:`onemkl_dft`
``oneapi::mkl::rng`` Random number generator routines. See :ref:`onemkl_rng`
``oneapi::mkl::vm`` Vector mathematics routines, e.g. trigonometric, exponential functions acting on elements of a vector. See :ref:`onemkl_vm`
======================== =======================================================================================================
Expand Down
266 changes: 178 additions & 88 deletions source/elements/oneMKL/source/domains/dft/compute_backward.rst

Large diffs are not rendered by default.

268 changes: 173 additions & 95 deletions source/elements/oneMKL/source/domains/dft/compute_forward.rst

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Loading