Dosyalar
rocm-systems/projects
Sameer Sahasrabuddhe 7f1648354b Do not inline the body of __assert_fail()
The device side assertion calls printf to write out a message. In the
device compiler, printf is expanded into a series of hostcalls that
transmit the printf payload to the host. This expansion increases the
length of the kernel, resulting in sub-optimal compilation. The
solution is to ensure that the assert() implementation is not inlined
into the kernel.

Change-Id: Ia3a075461a755cf007218f262b0863e1926c76aa


[ROCm/hip commit: c36c0bad22]
2020-10-10 01:03:04 -04:00
..