You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instruction to build the compiler for x86 I am running into this compilation error:
/home/crtrott/Software/llvm-intel/sycl/source/detail/os_util.cpp: In static member function ‘static void* cl::sycl::detail::OSUtil::alignedAlloc(size_t, size_t)’:
/home/crtrott/Software/llvm-intel/sycl/source/detail/os_util.cpp:101:43: error: ‘aligned_alloc’ was not declared in this scope
return aligned_alloc(Alignment, NumBytes);