Skip to content

johnxusjtu/yask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 Platform

  • 64-bit Linux
  • Intel(R) Xeon Phi(TM) coprocessor (for performance), or any Intel Architecture platform (for functional testing)

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

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 82.3%
  • Perl 13.8%
  • Makefile 2.6%
  • Shell 1.3%