> -----Original Message----- > From: Tobias Burnus <tbur...@baylibre.com> > Sent: Tuesday, July 30, 2024 6:08 PM > To: Prathamesh Kulkarni <prathame...@nvidia.com>; gcc- > patc...@gcc.gnu.org > Subject: Re: Support streaming of poly_int for offloading when it's > degree <= accel's NUM_POLY_INT_COEFFS > > External email: Use caution opening links or attachments > > > Prathamesh Kulkarni wrote: > > Thanks for your suggestions on RFC email, the attached patch adds > support for streaming of poly_int when it's degree <= accel's > NUM_POLY_INT_COEFFS. > > First, thanks a lot for your patch! > > Secondly, it seems as if this patch is indented to fully or partially > fix the following PRs. > If so, can you add the PR to the commit log such that both "git log" > will help finding the problem report and the commit will show up in > the issue? Hi Tobias, Thanks for the pointers to relevant Bugzilla PRs! I have included them in my latest patch: https://gcc.gnu.org/pipermail/gcc-patches/2024-July/658866.html
Thanks, Prathamesh > > > https://gcc.gnu.org/PR111937 > PR ipa/111937 > offloading from x86_64-linux-gnu to riscv*-linux-gnu will have > issues > > https://gcc.gnu.org/PR96265 > PR ipa/96265 > offloading to nvptx-none from aarch64-linux-gnu (and > riscv*-linux-gnu) does not work > > And - marked as duplicate of the latter: > > https://gcc.gnu.org/PR114174 > PR lto/114174 > [aarch64] Offloading to nvptx-none > > Thanks, > > Tobias