| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[Offload] Move /openmp/libomptarget to /offload (#75125) In a nutshell, this moves our libomptarget code to populate the offload subproject. With this commit, users need to enable the new LLVM/Offload subproject as a runtime in their cmake configuration. No further changes are expected for downstream code. Tests and other components still depend on OpenMP and have also not been renamed. The results below are for a build in which OpenMP and Offload are enabled runtimes. In addition to the pure git mv, we needed to adjust some CMake files. Nothing is intended to change semantics. ninja check-offload Works with the X86 and AMDGPU offload tests ninja check-openmp Still works but doesn't build offload tests anymore. ls install/lib Shows all expected libraries, incl. - libomptarget.devicertl.a - libomptarget-nvptx-sm_90.bc - libomptarget.rtl.amdgpu.so -> libomptarget.rtl.amdgpu.so.18git - libomptarget.so -> libomptarget.so.18git Fixes: https://github.com/llvm/llvm-project/issues/75124 --------- Co-authored-by: Saiyedul Islam <Saiyedul.Islam@amd.com> | 2 年前 | |
[Offload] XFAIL four tests while working on fix (#98899) omp_dynamic_shared_memory_mixed_amdgpu.c omp_dynamic_shared_memory_amdgpu.c amdgcn-amd-amdhsa::bug51982.c amdgcn-amd-amdhsa::bug51781.c | 2 年前 | |
[Offload] Move /openmp/libomptarget to /offload (#75125) In a nutshell, this moves our libomptarget code to populate the offload subproject. With this commit, users need to enable the new LLVM/Offload subproject as a runtime in their cmake configuration. No further changes are expected for downstream code. Tests and other components still depend on OpenMP and have also not been renamed. The results below are for a build in which OpenMP and Offload are enabled runtimes. In addition to the pure git mv, we needed to adjust some CMake files. Nothing is intended to change semantics. ninja check-offload Works with the X86 and AMDGPU offload tests ninja check-openmp Still works but doesn't build offload tests anymore. ls install/lib Shows all expected libraries, incl. - libomptarget.devicertl.a - libomptarget-nvptx-sm_90.bc - libomptarget.rtl.amdgpu.so -> libomptarget.rtl.amdgpu.so.18git - libomptarget.so -> libomptarget.so.18git Fixes: https://github.com/llvm/llvm-project/issues/75124 --------- Co-authored-by: Saiyedul Islam <Saiyedul.Islam@amd.com> | 2 年前 | |
[Offload] Refactor offload test requirements (#95196) Many tests in the offload project have requirements defined by which targets are not supported rather than which platforms are supported. This patch aims to streamline the requirement definitions by adding four new feature tags: host, gpu, amdgpu, and nvidiagpu. | 2 年前 | |
[Offload] Refactor offload test requirements (#95196) Many tests in the offload project have requirements defined by which targets are not supported rather than which platforms are supported. This patch aims to streamline the requirement definitions by adding four new feature tags: host, gpu, amdgpu, and nvidiagpu. | 2 年前 | |
[Offload][test]Fix typo of requires (#98327) Typos in 8823448807f3b1a1362d1417e062d763734e02f5. | 2 年前 | |
[OMPIRBuilder] - Handle dependencies in createTarget (#93977) This patch handles dependencies specified by the depend clause on an OpenMP target construct. It does this much the same way clang does it by materializing an OpenMP task that is tagged with the dependencies. The following functions are relevant to this patch - 1) createTarget - This function itself is largely unchanged except that it now accepts a vector of DependData objects that it simply forwards to emitTargetCall 2) emitTargetCall - This function has changed now to check if an outer target-task needs to be materialized (i.e if target construct has nowait or has depend clause). If yes, it calls emitTargetTask to do all the heavy lifting for creating and dispatching the task. 3) emitTargetTask - Bulk of the change is here. See the large comment explaining what it does at the beginning of this function | 2 年前 | |
[Offload][OMPT] Add callbacks for (dis)associate_ptr (#99046) This adds the OMPT callbacks for the API functions disassociate_ptr and associate_ptr. | 2 年前 | |
[Offload] Remove remaining __tgt_register_requires references (#90198) Summary: This call was removed a few months ago to allow the runtime to actually init / deinit in a correct order. However that patch forgot to remove a few leftover uses. | 2 年前 | |
[offload] [test] Add "omp" test dependency only when present Add the omp target dependency to tests only when the respective target is present, i.e. when not building standalone against system libomp. | 1 年前 | |
[Offload] Refactor offload test requirements (#95196) Many tests in the offload project have requirements defined by which targets are not supported rather than which platforms are supported. This patch aims to streamline the requirement definitions by adding four new feature tags: host, gpu, amdgpu, and nvidiagpu. | 2 年前 | |
Revert "[PGO][OpenMP] Instrumentation for GPU devices (#76587)" This reverts commit 5fd2af38e461445c583d7ffc2fe23858966eee76. It caused build issues and broke the buildbot. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 2 年前 |