Re: GCC GSoC 2024: Call for project ideas and mentors

2024-02-02 Thread Martin Jambor
Hello, this is just a reminder that the organization application period of GSoC 2024 closes on Tuesday February 6th (6pm UTC). We have already applied but that is when we are expected to have our project idea list basically ready. So please review old ideas and if you have a new one and/or would

GPU offloading question

2024-02-02 Thread Steve Kargl
All, Suppose one is working in a funding-constrained environment such as an academician with limited grant funding. If one wanted to dabble in GPU offloading with gcc/gfortran, what recommendations would one have for minimum required hardware? In addition, are there any vendor software layers tha

Re: [patch, libgfortran] PR111022 ES0.0E0 format gave ES0.dE0 output with d too high.

2024-02-02 Thread Jerry D
On 1/30/24 12:36 PM, Harald Anlauf wrote: Hi Jerry, Am 30.01.24 um 19:15 schrieb Jerry D: The attached patch attempts to fix the handling of the EN0.0E0 and ES0.0E0 formatting by correctly calculating the number of digits needed for the exponents and building those exponents into the float stri

Re: [patch, libgfortran] PR111022 ES0.0E0 format gave ES0.dE0 output with d too high.

2024-02-02 Thread Steve Kargl
Jerry, The patch looks good to me, but please give Harald a chance to comment. -- steve On Fri, Feb 02, 2024 at 07:17:55PM -0800, Jerry D wrote: > On 1/30/24 12:36 PM, Harald Anlauf wrote: > > Hi Jerry, > > > > Am 30.01.24 um 19:15 schrieb Jerry D: > > > The attached patch attempts to fix the