[Openmp-commits] [PATCH] D72285: [OpenMP] NFC: Fix trivial typos

Kazuaki Ishizaki via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 6 09:47:10 PST 2020


kiszk created this revision.
Herald added subscribers: openmp-commits, jfb, guansong, mgorny.
Herald added a reviewer: jdoerfert.
Herald added a project: OpenMP.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72285

Files:
  openmp/libomptarget/deviceRTLs/common/debug.h
  openmp/libomptarget/deviceRTLs/common/omptarget.h
  openmp/libomptarget/deviceRTLs/common/src/libcall.cu
  openmp/libomptarget/deviceRTLs/common/src/omptarget.cu
  openmp/libomptarget/deviceRTLs/common/src/parallel.cu
  openmp/libomptarget/deviceRTLs/common/src/task.cu
  openmp/libomptarget/deviceRTLs/nvptx/test/parallel/level.c
  openmp/libomptarget/plugins/cuda/src/rtl.cpp
  openmp/libomptarget/src/private.h
  openmp/runtime/cmake/LibompMicroTests.cmake
  openmp/runtime/cmake/config-ix.cmake
  openmp/runtime/src/extractExternal.cpp
  openmp/runtime/src/i18n/en_US.txt
  openmp/runtime/src/include/omp_lib.f.var
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_affinity.cpp
  openmp/runtime/src/kmp_atomic.cpp
  openmp/runtime/src/kmp_dispatch.cpp
  openmp/runtime/src/kmp_gsupport.cpp
  openmp/runtime/src/kmp_itt.inl
  openmp/runtime/src/kmp_lock.h
  openmp/runtime/src/kmp_os.h
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/kmp_settings.cpp
  openmp/runtime/src/kmp_stats.cpp
  openmp/runtime/src/kmp_taskdeps.cpp
  openmp/runtime/src/kmp_tasking.cpp
  openmp/runtime/src/kmp_wrapper_malloc.h
  openmp/runtime/src/thirdparty/ittnotify/ittnotify.h
  openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.cpp
  openmp/runtime/src/thirdparty/ittnotify/legacy/ittnotify.h
  openmp/runtime/test/ompt/synchronization/lock.c
  openmp/runtime/test/ompt/synchronization/nest_lock.c
  openmp/runtime/test/threadprivate/omp_threadprivate.c
  openmp/runtime/tools/check-depends.pl
  openmp/runtime/tools/generate-def.pl
  openmp/runtime/tools/lib/Uname.pm
  openmp/runtime/tools/lib/tools.pm
  openmp/runtime/tools/message-converter.pl
  openmp/tools/archer/tests/races/task-dependency.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72285.236399.patch
Type: text/x-patch
Size: 34763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200106/fa0a178b/attachment-0001.bin>


More information about the Openmp-commits mailing list