User Details
- User Since
- Dec 11 2015, 12:00 PM (379 w, 3 d)
Jan 6 2023
Looks like GCC 7.5 cannot build LLVM after this change. Could you please take a look?
Oct 3 2022
Sep 30 2022
Sep 27 2022
LGTM
Sep 23 2022
Aug 25 2022
LGTM
Jun 30 2022
May 3 2022
Applied suggested changes.
May 2 2022
Apr 8 2022
Is it possible for me to access the output of the failed test shown in the log?
/b/1/openmp-clang-x86_64-linux-debian/llvm.build/projects/openmp/runtime/test/ompt/worksharing/for/Output/loop_dispatch.c.tmp.out
Apr 6 2022
Apr 4 2022
Added missing REQUIRES line.
Mar 20 2022
Jan 28 2022
The change looks good in general.
I tested basic usage of the ompd plugin, and it seems to work fine as expected.
I encountered python-related build issues on some of my test systems (e.g., Ubuntu 18.04) which I cannot resolve by installing required python packages, so I wonder if we need to make this (ompd test infrastructure) an optional feature for those who are interested.
Oct 26 2021
LGTM
Oct 22 2021
LGTM
Oct 21 2021
Sep 17 2021
LGTM
Sep 16 2021
LGTM
Sep 15 2021
LGTM
Sep 9 2021
Applied suggested changes.
Sep 8 2021
Sep 7 2021
LGTM
Aug 30 2021
LGTM
Aug 26 2021
Looks good to me except for a couple of typos.
Aug 13 2021
LGTM
LGTM
Aug 4 2021
LGTM
Aug 2 2021
LGTM
Jul 29 2021
LGTM
Jul 13 2021
Jul 12 2021
Undo the change that introduce __kmp_task_alloc_impl since the outcome may vary depending on the build compiler.
Jul 9 2021
Jul 1 2021
Jun 24 2021
LGTM
Jun 4 2021
LGTM
Jun 3 2021
Jun 2 2021
Jun 1 2021
Fixed incorrect parameter type.
May 24 2021
May 21 2021
May 20 2021
May 5 2021
Ignore my last action (my mistake).
Apr 27 2021
Apr 16 2021
Apr 14 2021
Apr 13 2021
Apr 6 2021
Apr 5 2021
Added inline after static to avoid unused function warning.
Added a RUN line to the test to catch unused function warning.
Apr 2 2021
Removed omp_is_initial_device() from clang built-ins.
Added a new test under openmp/libomptarget.
Mar 26 2021
Mar 23 2021
Mar 16 2021
Mar 15 2021
Applied suggested changes and added a test.
Added ident_t * parameter.
It is unclear what we should do with ident_t at the moment.
Is it going to be useful if we include the location info in the warning/error message?