Skip to content

acidburn0zzz/yask

 
 

Repository files navigation

Yet Another Stencil Kernel: A framework to facilitate exploration of the HPC stencil-performance design space, including

  • Vector folding,
  • Cache blocking,
  • Memory layout,
  • Loop construction,
  • And many others.

YASK contains a specialized source-to-source translator to convert scalar C++ stencil code to SIMD-optimized code for Intel(R) Xeon Phi(TM) processors.

Supported Platforms

  • 64-bit Linux
  • Intel(R) Xeon(R) processor supporting AVX, AVX2, or CORE_AVX512 instruction sets
  • Intel(R) Xeon Phi(TM) coprocessor supporting Knights-Corner or MIC_AVX512 instruction sets

Pre-requisites:

To continue with building and running, see YASK-intro.pdf in the docs directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.3%
  • Perl 12.4%
  • Makefile 2.9%
  • Shell 1.4%