YASK
Yet Another Stencil Kit: a software framework for creating HPC stencil code. Copyright 2014-2023 Intel Corporation.
|
#include "yask_kernel_api.hpp"
Go to the source code of this file.
Classes | |
class | yask::yk_solution |
Stencil solution as defined by the generated code from the YASK stencil compiler. More... | |
class | yask::yk_stats |
Statistics from calls to run_solution(). More... | |
Variables | |
const int | yask::yask_numa_local = -1 |
Allocate vars on local NUMA node. | |
const int | yask::yask_numa_interleave = -2 |
Allocate vars across all available NUMA nodes. | |
const int | yask::yask_numa_none = -9 |
Do not specify any NUMA binding. | |
const int | yask::yask_numa_offload = -11 |
Do not specify any NUMA binding and use allocations optimized for offloading. | |