Before:
.func (.param .b32 func_retval0) _ZL21__nvvm_reflect_anchorv( ) {
After:
.func (.param .b32 func_retval0) _ZL21__nvvm_reflect_anchorv() {
Differential D16512
[CUDA] Make empty parameter lists in nvptx function decls easier to read. jlebar on Jan 23 2016, 11:28 AM. Authored by
Details Before: .func (.param .b32 func_retval0) _ZL21__nvvm_reflect_anchorv( ) { After: .func (.param .b32 func_retval0) _ZL21__nvvm_reflect_anchorv() {
Diff Detail
Event TimelineComment Actions One nit, looks good otherwise.
|