[Openmp-commits] [PATCH] D77609: [OpenMP] Added the support for hidden helper task in RTL

Ron Lieberman via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Mar 15 12:26:37 PDT 2021


ronlieb added a comment.

Post commit issue:
Our downstream testing of our release branch revealed an assertion in kmp_runtime.cpp while compiling our rocFFT application
The rocFFT application does not use openmp offload, rather it uses HIP, and host openmp threads.
When we reverted this patch locally it allowed the application to compile and run succesfullly.
​
root at ixt-sjc2-13:/root/Staging/MathLibs/rocFFT/build/release/clients/staging# cd /root/Staging/MathLibs/rocFFT/build/release/clients/staging; ./rocfft-test --gtest_filter=rocfft_UnitTest.simple_multithread_1D
rocFFT version: 1.0.9.a07759d-dirty
Note: Google Test filter = rocfft_UnitTest.simple_multithread_1D
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from rocfft_UnitTest
[ RUN      ] rocfft_UnitTest.simple_multithread_1D
OMP: Error #13: Assertion failure at kmp_runtime.cpp(3691).

Patch we reverted to get us back to our happy-place.

      

commit 9d64275ae08fbdeeca0ce9c2f3951a2de6f38a08 <https://reviews.llvm.org/rG9d64275ae08fbdeeca0ce9c2f3951a2de6f38a08>
Author: Shilei Tian <tianshilei1992 at gmail.com>
Date:   Mon Jan 25 22:14:52 2021 -0500

  [OpenMP] Added the support for hidden helper task in RTL
   
  
   


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77609/new/

https://reviews.llvm.org/D77609



More information about the Openmp-commits mailing list