[bug] device functions really need to be in a different file
saeedmaleki opened this issue · 1 comments
saeedmaleki commented
the problem is that when a custom kernel needs to include something like semaphore.hpp
, it will try to include everything from memory.h
to array.h
which are unnecessary and makes compilation complicated.