[all-commits] [llvm/llvm-project] 4c6a09: [OpenMP] NFC: Fix trivial typos in comments
Kazuaki Ishizaki via All-commits
all-commits at lists.llvm.org
Mon Jan 6 22:01:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4c6a098ad52fc2844f7733bc051cd7a729500f04
https://github.com/llvm/llvm-project/commit/4c6a098ad52fc2844f7733bc051cd7a729500f04
Author: Kazuaki Ishizaki <ishizaki at jp.ibm.com>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M openmp/libomptarget/deviceRTLs/common/debug.h
M openmp/libomptarget/deviceRTLs/common/omptarget.h
M openmp/libomptarget/deviceRTLs/common/src/libcall.cu
M openmp/libomptarget/deviceRTLs/common/src/omptarget.cu
M openmp/libomptarget/deviceRTLs/common/src/parallel.cu
M openmp/libomptarget/deviceRTLs/common/src/task.cu
M openmp/libomptarget/deviceRTLs/nvptx/test/parallel/level.c
M openmp/libomptarget/plugins/cuda/src/rtl.cpp
M openmp/libomptarget/src/private.h
M openmp/runtime/cmake/LibompMicroTests.cmake
M openmp/runtime/cmake/config-ix.cmake
M openmp/runtime/src/extractExternal.cpp
M openmp/runtime/src/i18n/en_US.txt
M openmp/runtime/src/include/omp_lib.f.var
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_affinity.cpp
M openmp/runtime/src/kmp_atomic.cpp
M openmp/runtime/src/kmp_dispatch.cpp
M openmp/runtime/src/kmp_gsupport.cpp
M openmp/runtime/src/kmp_itt.inl
M openmp/runtime/src/kmp_lock.h
M openmp/runtime/src/kmp_runtime.cpp
M openmp/runtime/src/kmp_settings.cpp
M openmp/runtime/src/kmp_stats.cpp
M openmp/runtime/src/kmp_taskdeps.cpp
M openmp/runtime/src/kmp_tasking.cpp
M openmp/runtime/src/kmp_wrapper_malloc.h
M openmp/runtime/src/thirdparty/ittnotify/ittnotify.h
M openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.cpp
M openmp/runtime/src/thirdparty/ittnotify/legacy/ittnotify.h
M openmp/runtime/test/ompt/synchronization/lock.c
M openmp/runtime/test/ompt/synchronization/nest_lock.c
M openmp/runtime/test/threadprivate/omp_threadprivate.c
M openmp/runtime/tools/check-depends.pl
M openmp/runtime/tools/generate-def.pl
M openmp/runtime/tools/lib/Uname.pm
M openmp/runtime/tools/lib/tools.pm
M openmp/runtime/tools/message-converter.pl
M openmp/tools/archer/tests/races/task-dependency.c
Log Message:
-----------
[OpenMP] NFC: Fix trivial typos in comments
Reviewers: jdoerfert, Jim
Reviewed By: Jim
Subscribers: Jim, mgorny, guansong, jfb, openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D72285
More information about the All-commits
mailing list