[all-commits] [llvm/llvm-project] 183a1b: [OpenMP] Enable the 'libc/malloc.c' test on NVPTX
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Sep 28 12:42:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 183a1b1e3852e543ef93bb61f1a65bc6eb10ea1e
https://github.com/llvm/llvm-project/commit/183a1b1e3852e543ef93bb61f1a65bc6eb10ea1e
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M openmp/libomptarget/test/libc/malloc.c
Log Message:
-----------
[OpenMP] Enable the 'libc/malloc.c' test on NVPTX
Summary:
Previously this test hanged indefinitely on NVPTX. This was due to an
issue fixed previously where we would wait indefinitely inside the CUDA
runtime waiting for the kernel to complete if it was blocked on the RPC
server. This patch enables this test again now that it can run without
deadlocking, at least on CUDA 12.2.
More information about the All-commits
mailing list