https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96566

--- Comment #8 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Tom de Vries from comment #6)
> With a size of 0xfffffff we take 5s and generate a 193MB assembly file.
> 
> With a size of 0xffffffff we take 1m10s and generate a 3.1GB assembly file.


FTR, I tried the same code with latest (11.0 update 1) cuda, and got these
results:

With a size of 0xfffffff we take 19.4s and generate a 769MB assembly file (it's
bigger because it uses u8 instead of u32 as basetype).

With a size of 0xffffffff we run into "Floating point exception (core dumped)"
after 8 minutes.

Reply via email to