2014
DOI: 10.1007/978-3-319-07518-1_29
|View full text |Cite
|
Sign up to set email alerts
|

Cyme: A Library Maximizing SIMD Computation on User-Defined Containers

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
5
0

Year Published

2016
2016
2023
2023

Publication Types

Select...
2
2
2

Relationship

1
5

Authors

Journals

citations
Cited by 7 publications
(5 citation statements)
references
References 6 publications
0
5
0
Order By: Relevance
“…Unfortunately, auto-vectorization performance using other compilers (e.g., GCC, clang) has been suboptimal or impossible for the CoreNEURON kernels, even on x86 hardware platforms. This was previously tested on Intel Skylake and Intel KNL [17].…”
Section: A Neuron Coreneuron and Nmodlmentioning
confidence: 99%
“…Unfortunately, auto-vectorization performance using other compilers (e.g., GCC, clang) has been suboptimal or impossible for the CoreNEURON kernels, even on x86 hardware platforms. This was previously tested on Intel Skylake and Intel KNL [17].…”
Section: A Neuron Coreneuron and Nmodlmentioning
confidence: 99%
“…It simplifies the generation of all polynomial evaluations and the code is generic. The algorithms are successively instantiated with the basic type double and a vector class from Ewart et al [2014] or any of those from Pohl et al [2016]. To control the quality of our ASM, at least on an x86 platform, we extract the DAG (Figure 2) using the IACA tool, for example for the evaluation of the first-order Horner method on a polynomial of degree 10.…”
Section: Programming Modelmentioning
confidence: 99%
“…However, few works propose to restructure existing data, in codes written in C or Fortran. This abstraction layer is also provided by libraries, hiding in particular the complexity of AoSoA layouts with SIMDization to the user (Cyme [5], Boost:SIMD or Kokkos [4], to name a few). The StructSlim profiler [15] helps programmers into data restructuring through structure splitting.…”
Section: Related Workmentioning
confidence: 99%