Skip to content

Instantly share code, notes, and snippets.

@Lavshyak
Lavshyak / opencl_clion_defines.h
Last active January 31, 2023 07:03 — forked from PolarNick239/opencl_clion_defines.cpp
Defines for better OpenCL support in CLion
#ifndef clion_defines_cl // pragma once
#define clion_defines_cl
#ifdef __CLION_IDE__
int printf(
char const* const _Format,
...);
#define __kernel