llvm-project/clang-tools-extra/clang-tidy/altera
Frank Derry Wanye e69e551e0e new altera single work item barrier check
This lint check is a part of the FLOCL (FPGA Linters for OpenCL)
project out of the Synergy Lab at Virginia Tech.

FLOCL is a set of lint checks aimed at FPGA developers who write code
in OpenCL.

The altera single work item barrier check finds OpenCL kernel functions
that call a barrier function but do not call an ID function. These
kernel functions will be treated as single work-item kernels, which
could be inefficient or lead to errors.

Based on the "Altera SDK for OpenCL: Best Practices Guide."
2020-12-18 07:52:20 -05:00
..
AlteraTidyModule.cpp new altera single work item barrier check 2020-12-18 07:52:20 -05:00
CMakeLists.txt new altera single work item barrier check 2020-12-18 07:52:20 -05:00
KernelNameRestrictionCheck.cpp Add a new altera kernel name restriction check to clang-tidy. 2020-11-09 09:26:50 -05:00
KernelNameRestrictionCheck.h Add a new altera kernel name restriction check to clang-tidy. 2020-11-09 09:26:50 -05:00
SingleWorkItemBarrierCheck.cpp new altera single work item barrier check 2020-12-18 07:52:20 -05:00
SingleWorkItemBarrierCheck.h new altera single work item barrier check 2020-12-18 07:52:20 -05:00
StructPackAlignCheck.cpp
StructPackAlignCheck.h