Searched refs:DeviceRTL (Results 1 – 5 of 5) sorted by relevance
1518 DeviceRTLTy DeviceRTL; variable1575 DeviceRTL.setRequiresFlag(RequiresFlags); in __tgt_rtl_init_requires()1580 if (DeviceRTL.isValidDeviceId(SrcDevId) && in __tgt_rtl_is_data_exchangable()1581 DeviceRTL.isValidDeviceId(DstDevId)) in __tgt_rtl_is_data_exchangable()1591 return DeviceRTL.initDevice(DeviceId); in __tgt_rtl_init_device()1598 return DeviceRTL.deinitDevice(DeviceId); in __tgt_rtl_deinit_device()1608 return DeviceRTL.loadBinary(DeviceId, Image); in __tgt_rtl_load_binary()1708 return DeviceRTL.dataDelete(DeviceId, TgtPtr); in __tgt_rtl_data_delete()1787 DeviceRTL.printDeviceInfo(DeviceId); in __tgt_rtl_print_device_info()1796 return DeviceRTL.createEvent(DeviceId, Event); in __tgt_rtl_create_event()[all …]
9 # Build the DeviceRTL for all toolchains that are available17 libomptarget_say("Not building DeviceRTL: Disabled by LIBOMPTARGET_BUILD_DEVICERTL_BCLIB")23 libomptarget_say("Not building DeviceRTL: Runtime does not support 32-bit hosts")35 …libomptarget_say("Not building DeviceRTL. Missing clang: ${CLANG_TOOL}, llvm-link: ${LINK_TOOL} or…38 …libomptarget_say("Building DeviceRTL. Using clang: ${CLANG_TOOL}, llvm-link: ${LINK_TOOL} and opt:…46 libomptarget_say("Building DeviceRTL. Using clang from in-tree build")48 libomptarget_say("Not building DeviceRTL. No appropriate clang found")59 "List of CUDA Compute Capabilities to be used to compile the NVPTX DeviceRTL.")87 "Activate DeviceRTL debug messages.")
94 add_subdirectory(DeviceRTL)
8547 openmp/libomptarget/DeviceRTL/include/Debug.h8549 openmp/libomptarget/DeviceRTL/include/Mapping.h8550 openmp/libomptarget/DeviceRTL/include/State.h8552 openmp/libomptarget/DeviceRTL/include/Types.h8553 openmp/libomptarget/DeviceRTL/include/Utils.h8555 openmp/libomptarget/DeviceRTL/src/Kernel.cpp8556 openmp/libomptarget/DeviceRTL/src/Misc.cpp8558 openmp/libomptarget/DeviceRTL/src/Reduction.cpp8559 openmp/libomptarget/DeviceRTL/src/State.cpp8561 openmp/libomptarget/DeviceRTL/src/Tasking.cpp[all …]
8267 * - openmp/libomptarget/DeviceRTL/include8272 * - openmp/libomptarget/DeviceRTL/src