[flang-commits] [flang] [llvm] [flang-rt] Add APIs to retrive base_addr and DataSizeInBytes from Descriptor. (PR #152756)

via flang-commits flang-commits at lists.llvm.org
Mon Aug 18 21:17:11 PDT 2025


skc7 wrote:

> @llvm/pr-subscribers-flang-fir-hlfir
> 
> Author: Chaitanya (skc7)
> 
> Changes

Hi @clementval 

This PR is pre-requisite for #140523
Have to do `omp_target_memcpy`  between two device ptrs, and to do that, need to access the base_addr and DataSizeInBytes from descriptor. 
I'm not aware of exisiting API regarding base_addr, If its already present, I will modify this PR accordingly.

https://github.com/llvm/llvm-project/pull/152756


More information about the flang-commits mailing list