Wilfried Holzke
Wilfried Holzke
Hello, I would like to build classic flang. In https://github.com/flang-compiler/flang/wiki there is mentioned that "flang" consists of three projects. In https://github.com/flang-compiler/flang/wiki/Building-Flang I see only "classic-flang-llvm-project" and "flang" repositories. Is the...
I compiled flang following this guide https://github.com/flang-compiler/flang/wiki/Building-Flang, except that I used release_90, added the NVPTX target, LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES="35,61" and GCC 9.2. When I use the following program: ``` program hello use...