[Openmp-commits] [PATCH] D106752: [OpenMP][Tool] Introducing the `llvm-deviceinfo` tool
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Jul 25 09:26:29 PDT 2021
jdoerfert added a comment.
Can we rename it to llvm-omp-deviceinfo everywhere please.
This looks reasonable to me, some nits. @tianshilei1992 @JonChesterfield comments?
================
Comment at: openmp/libomptarget/tools/CMakeLists.txt:1
+add_subdirectory(deviceinfo)
----------------
llvm license header, also other files.
================
Comment at: openmp/libomptarget/tools/deviceinfo/llvm-deviceinfo.cpp:15
+#include "omptarget.h"
+#include <iostream>
+
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106752/new/
https://reviews.llvm.org/D106752
More information about the Openmp-commits
mailing list