Laurence Kedward
Laurence Kedward
Would such an optimization be prevented by the requirement that the RHS is evaluated before the assignment occurs? From 10.2.1.3: ``` The execution of the assignment shall have the same...
Perfect, thank you @ivan-pi!
+1 for a benchmarks repo! Ideally, for the web-published results we would have a dedicated machine for automation and consistency of test-environment, but I guess this isn't strictly necessary if...
Sounds good! We can then discuss various options for implementation in the dedicated repo.
It makes sense to adopt the same code style guidelines for all Fortran-lang projects. Unfortunately I have a strong gripe with the stdlib code style which is the 4-space indentation....
Thanks for the links @jvdp1 - I would support re-opening the discussion on spaces, but that is for another thread. PS. I also notice that the line limit problem is...
Thanks, yes this is on my todo list! I originally put it together with beginners in mind. I think the whole repository could be moved to under fortran-lang Github.
Many thanks @AtilaSaraiva , looks good to me! Yes you are right about the `*.cl` object files, it is a bit awkward for the build process. I agree it would...
Awesome, sounds good! Yes that seems like a possible alternative. It should be possible to use other OpenCL libraries from Focal, but I haven't tried this yet. I'd quite like...
Hi Átila @AtilaSaraiva, thanks for the kind feedback, I'm glad you've found it useful! Yes, incorporating makefiles is quite a hassle and I would be definitely welcome a PR to...