MUDA
Loading...
Searching...
No Matches
cooperative_groups.h
1#pragma once
2
3#ifdef __INTELLISENSE__
4// This is a hack to make intellisense work with cooperative_groups.h
5#include <muda/cuda/details/hack_cuda_define>
6#undef _COOPERATIVE_GROUPS_H_
7#endif
8#include <cooperative_groups.h>