Files
rocm-systems/hipamd/include/hip/hcc_detail
Sameer Sahasrabuddhe 160dfb5a1f 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
2020-10-10 01:03:04 -04:00
..
2016-10-04 22:17:18 +05:30
2019-03-06 17:31:44 +05:30
2020-05-06 09:14:30 -04:00
2019-12-23 19:11:24 +05:30
2018-09-17 11:50:29 +03:00
2019-04-23 09:16:00 -04:00
2020-05-06 09:14:30 -04:00
2019-03-06 17:31:44 +05:30
2020-09-10 15:10:55 -04:00
2020-07-06 07:38:57 -04:00