Lines Matching defs:compiler
52 Q: How to build an OpenMP GPU offload capable compiler?
55 The easiest way to create an offload capable compiler is to use the provided
70 To manually build an *effective* OpenMP offload capable compiler, only one extra CMake
85 The compiler that generates the offload code should be the same (version) as
86 the compiler that builds the OpenMP device runtimes. The OpenMP host runtime
87 can be built by a different compiler.
93 Q: How to build an OpenMP Nvidia offload capable compiler?
108 Q: How to build an OpenMP AMDGPU offload capable compiler?
201 compiler. On systems with globally installed ``libomptarget.so`` this can be
216 compiler build time. Otherwise it will attempt to dlopen ``libcuda.so``. It does
219 The amdgpu plugin is linked against ROCr if cmake found it at compiler build
224 In addition to those, there is a compiler runtime library called deviceRTL.
293 Q: How to build an OpenMP offload capable compiler with an outdated host compiler?
297 If your host compiler is different from your system-wide compiler, you may need
311 support for your compiler. The flags necessary for OpenMP target offloading will
336 best for Clang but this module should work for other compiler vendors such as
441 are not as well. Given that fact, the interfaces between 1) the Clang compiler
442 and libomptarget, 2) the Clang compiler and device runtime library, and
445 Clang compiler and runtime libraries from the same build. Nevertheless, in order