git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revert "[NFCI][IR] ConstantRangeTest: add basic scaffolding for next-gen precision...
[lldb.git]
/
openmp
/
libomptarget
/
2020-09-24
Ye Luo
[OpenMP] cmake option LIBOMPTARGET_NVPTX_MAX_SM for...
tree
|
commitdiff
2020-09-21
Ye Luo
[OpenMP] Protect unrecogonized CUDA error code
tree
|
commitdiff
2020-09-18
JonChesterfield
[libomptarget] Disable build of amdgpu plugin as it...
tree
|
commitdiff
2020-09-15
Joseph Huber
[OpenMP] Additional Information for Libomptarget Mappings
tree
|
commitdiff
2020-09-11
Raul Tambre
[CMake][OpenMP] Simplify getting CUDA library directory
tree
|
commitdiff
2020-09-09
Joseph Huber
[OpenMP] Begin Printing Information Dumps In Libomptarg...
tree
|
commitdiff
2020-09-07
Pushpinder Singh
[OpenMP][AMDGPU] Use DS_Max_Warp_Number instead of...
tree
|
commitdiff
2020-09-01
Joseph Huber
[OpenMP] Consolidate error handling and debug messages...
tree
|
commitdiff
2020-08-28
Alexey Bataev
[LIBOMPTARGET]Do not try to optimize bases for the...
tree
|
commitdiff
2020-08-28
Shilei Tian
[OpenMP] Fixed wrong test command in the test private_m...
tree
|
commitdiff
2020-08-26
Joseph Huber
[OpenMP] Always emit debug messages that indicate offlo...
tree
|
commitdiff
2020-08-26
JonChesterfield
[libomptarget][amdgpu] Improve thread safety, remove...
tree
|
commitdiff
2020-08-26
Jon Chesterfield
[libomptarget][amdgpu] Update plugin CMake to work...
tree
|
commitdiff
2020-08-25
Shilei Tian
[OpenMP] Pack first-private arguments to improve effici...
tree
|
commitdiff
2020-08-24
Shilei Tian
[NFC][OpenMP] Remove outdated comments about potential...
tree
|
commitdiff
2020-08-20
Shilei Tian
[OpenMP] Introduce target memory manager
tree
|
commitdiff
2020-08-19
Shilei Tian
[OpenMP] Refactored the function `DeviceTy::data_exchange`
tree
|
commitdiff
2020-08-19
Jon Chesterfield
[libomptarget][amdgpu] Support building with static...
tree
|
commitdiff
2020-08-17
George Rokos
[libomptarget][NFC] Sort list of plugins in chronologic...
tree
|
commitdiff
2020-08-16
Johannes Doerfert
[OpenMP][CUDA] Keep one kernel list per device, not...
tree
|
commitdiff
2020-08-16
Johannes Doerfert
[OpenMP][CUDA] Cache the maximal number of threads...
tree
|
commitdiff
2020-08-15
Jon Chesterfield
[libomptarget] Implement host plugin for amdgpu
tree
|
commitdiff
2020-08-06
Joel E. Denny
[OpenMP] Fix ref count dec for implicit map of partial...
tree
|
commitdiff
2020-08-05
Joel E. Denny
[OpenMP] Fix `target data` exit for array extension
tree
|
commitdiff
2020-08-05
Joel E. Denny
[OpenMP] Fix `present` diagnostic for array extension
tree
|
commitdiff
2020-08-05
George Rokos
[libomptarget][NFC] Replace `%ld` with PRId64 for data...
tree
|
commitdiff
2020-08-05
Alexey Bataev
[LIBOMPTARGET]Fix order of mapper data for targetDataEn...
tree
|
commitdiff
2020-08-05
Joel E. Denny
[OpenMP] Fix `omp target update` for array extension
tree
|
commitdiff
2020-08-05
Joel E. Denny
[OpenMP] Fix `present` for exit from `omp target data`
tree
|
commitdiff
2020-07-31
Shilei Tian
[OpenMP] Fixed the issue that target memory deallocatio...
tree
|
commitdiff
2020-07-31
Shilei Tian
[OpenMP] Refactored the function `targetDataEnd`
tree
|
commitdiff
2020-07-31
Shilei Tian
[OpenMP] Refactored the function `target`
tree
|
commitdiff
2020-07-30
Alexey Bataev
[OPENMP]Fix PR46824: Global declare target pointer...
tree
|
commitdiff
2020-07-30
Alexey Bataev
Revert "[OPENMP]Fix PR46824: Global declare target...
tree
|
commitdiff
2020-07-30
Alexey Bataev
[OPENMP]Fix PR46824: Global declare target pointer...
tree
|
commitdiff
2020-07-29
Joel E. Denny
[OpenMP] Implement TR8 `present` motion modifier in...
tree
|
commitdiff
2020-07-29
Shilei Tian
[OpenMP] Replaced mutex lock/unlock in `target` with...
tree
|
commitdiff
2020-07-29
Joel E. Denny
Revert "[OpenMP] Implement TR8 `present` motion modifie...
tree
|
commitdiff
2020-07-29
Shilei Tian
[NFC][OpenMP] Renamed all variable and function names...
tree
|
commitdiff
2020-07-28
Joel E. Denny
[OpenMP] Implement TR8 `present` motion modifier in...
tree
|
commitdiff
2020-07-28
Joel E. Denny
[OpenMP] Fix libomptarget negative tests to expect...
tree
|
commitdiff
2020-07-28
Joachim Protze
[OpenMP][Tests] Enable nvptx64 testing for most libompt...
tree
|
commitdiff
2020-07-27
Ye Luo
[OpenMP] Add more pass-through functions in DeviceTy
tree
|
commitdiff
2020-07-24
Johannes Doerfert
[OpenMP] Use `abort` not `error` for fatal runtime...
tree
|
commitdiff
2020-07-23
Shilei Tian
Revert "[OpenMP] Wait for kernel prior to memory deallo...
tree
|
commitdiff
2020-07-23
Shilei Tian
[OpenMP] Wait for kernel prior to memory deallocation
tree
|
commitdiff
2020-07-22
Joel E. Denny
[OpenMP] Implement TR8 `present` map type modifier...
tree
|
commitdiff
2020-07-22
Joel E. Denny
Revert "[OpenMP] Implement TR8 `present` map type modif...
tree
|
commitdiff
2020-07-22
Joel E. Denny
[OpenMP] Implement TR8 `present` map type modifier...
tree
|
commitdiff
2020-07-22
Joachim Protze
[OpenMP][NFC] pass on env variables to libomptarget...
tree
|
commitdiff
2020-07-16
George Rokos
[OpenMP][Offload] Declare mapper runtime implementation
tree
|
commitdiff
2020-07-11
Johannes Doerfert
[OpenMP] Silence unused symbol warning with proper...
tree
|
commitdiff
2020-07-11
Johannes Doerfert
[OpenMP][NFC] Remove unused (always fixed) arguments
tree
|
commitdiff
2020-07-11
Johannes Doerfert
[OpenMP][NFC] Remove unused and untested code from...
tree
|
commitdiff
2020-07-07
Ye Luo
[OpenMP] Use primary context in CUDA plugin
tree
|
commitdiff
2020-07-07
Saiyedul Islam
[libomptarget] Implement atomic inc and fence functions...
tree
|
commitdiff
2020-07-05
Fangrui Song
[libomptarget][test] Fix text relocations by adding...
tree
|
commitdiff
2020-06-30
Ye Luo
[OpenMP] fix clang warning about printf format in CUDA...
tree
|
commitdiff
2020-06-24
Ye Luo
[OpenMP] Adopt std::set in HostDataToTargetMap
tree
|
commitdiff
2020-06-17
Shilei Tian
Revert "[OpenMP][NFC] Added DeviceID and Event pointer...
tree
|
commitdiff
2020-06-17
Shilei Tian
[OpenMP][NFC] Added DeviceID and Event pointer to __tgt...
tree
|
commitdiff
2020-06-04
Shilei Tian
[OpenMP] Improve D2D memcpy to use more efficient drive...
tree
|
commitdiff
2020-05-12
Manoel Roemmer
[Openmp][VE] Libomptarget plugin for NEC SX-Aurora
tree
|
commitdiff
2020-05-11
Joel E. Denny
[OpenMP][NFC] Fix `not` sustitution in tests
tree
|
commitdiff
2020-05-03
Shilei Tian
[OpenMP] Fix an issue of wrong return type of DeviceRTL...
tree
|
commitdiff
2020-04-24
Ron Lieberman
[libomptarget] Initialize reference parameter IsNew...
tree
|
commitdiff
2020-04-21
Joel E. Denny
[OpenMP] target_data_begin: fail on device alloc fail
tree
|
commitdiff
2020-04-21
Joel E. Denny
[OpenMP] Add scaffolding for negative runtime tests
tree
|
commitdiff
2020-04-13
Shilei Tian
[OpenMP] Refined CUDA plugin to put all CUDA operations...
tree
|
commitdiff
2020-04-11
Shilei Tian
[OpenMP] Introduce stream pool to make sure the correct...
tree
|
commitdiff
2020-04-10
Shilei Tian
[OpenMP] Put old APIs back and added new _async series...
tree
|
commitdiff
2020-04-07
Shilei Tian
[OpenMP] Optimized stream selection by scheduling data...
tree
|
commitdiff
2020-04-04
Kazuaki Ishizaki
[OpenMP] NFC: Fix trivial typo
tree
|
commitdiff
2020-03-31
JonChesterfield
[libomptarget][nfc] Move non-freestanding headers out...
tree
|
commitdiff
2020-03-26
Jon Chesterfield
[libomptarget] Add missing elf_end call in elf_common.c
tree
|
commitdiff
2020-03-24
JonChesterfield
[libomptarget][nfc] Explicitly static function scope...
tree
|
commitdiff
2020-03-21
JonChesterfield
[libomptarget][nfc] Disable amdgcn rtl build. The cmake...
tree
|
commitdiff
2020-03-20
George Rokos
Enable CUDA offloading on aarch64 host
tree
|
commitdiff
2020-03-13
Tom Scogland
openmp: fix memcpy memory leak
tree
|
commitdiff
2020-03-11
Alexey Bataev
[LIBOMPTARGET]Fix PR45139: Bug in mixing Python and...
tree
|
commitdiff
2020-03-05
Jon Chesterfield
[libomptarget] Implement locks for amdgcn
tree
|
commitdiff
2020-03-05
Jon Chesterfield
[libomptarget][nfc] Move GetWarp/LaneId functions into...
tree
|
commitdiff
2020-03-05
Jon Chesterfield
[libomptarget][nfc][amdgcn] Replace magic number with...
tree
|
commitdiff
2020-03-04
Jon Chesterfield
[libomptarget] Implement most hip atomic functions...
tree
|
commitdiff
2020-03-03
Jon Chesterfield
[libomptarget][nfc][amdgcn] Simplify assert_fail implem...
tree
|
commitdiff
2020-03-02
Alexey Bataev
[LIBOMPTARGET]Lower priority of global constructor...
tree
|
commitdiff
2020-02-25
Alexey Bataev
[LIBOMPTARGET]Fix PR44933: fix crash because of the...
tree
|
commitdiff
2020-02-13
Alexey Bataev
[OPENMP]Fix the test, NFC.
tree
|
commitdiff
2020-02-12
Ethan Stewart
Changed omp_get_max_threads() implementation to more...
tree
|
commitdiff
2020-02-12
JonChesterfield
[libomptarget][nfc] Change enum values to match those...
tree
|
commitdiff
2020-02-12
Johannes Doerfert
[OpenMP][Offloading] Added support for multiple streams...
tree
|
commitdiff
2020-02-11
Johannes Doerfert
[OpenMP] Switch default C++ standard to C++ 14
tree
|
commitdiff
2020-02-06
Jonas Devlieghere
[CMake] Rename EXCLUDE_FROM_ALL and make it an argument...
tree
|
commitdiff
2020-02-04
Jon Chesterfield
[libomptarget] Implement wavefront functions for amdgcn
tree
|
commitdiff
2020-01-27
Jon Chesterfield
Revert "[nfc][libomptarget] Remove SHARED annotation...
tree
|
commitdiff
2020-01-23
Jon Chesterfield
[nfc][libomptarget] Remove SHARED annotation from local...
tree
|
commitdiff
2020-01-21
Alexey Bataev
[OpenMP][Offloading] Fix the issue that omp_get_num_dev...
tree
|
commitdiff
2020-01-20
Jon Chesterfield
[libomptarget] Implement smid for amdgcn
tree
|
commitdiff
2020-01-15
George Rokos
[LIBOMPTARGET] Do not increment/decrement the refcount...
tree
|
commitdiff
2020-01-14
Jon Chesterfield
[nfc][libomptarget] Refactor nvptx/target_impl.cu
tree
|
commitdiff
next