User Details
User Details
- User Since
- Dec 5 2017, 11:53 AM (277 w, 2 d)
Feb 1 2023
Feb 1 2023
gchakrabarti added a comment to D142232: Increase inline threshold multiplier to 11 in nvptx backend..
For many cases, this threshold bump may not increase inlining if the old threshold was already aggressively inlining everything. In such cases, no compile time impact will be observed. For your motivating testcase that needs this threshold bump, did you measure how this impacted the compile time?
Jan 20 2023
Jan 20 2023
gchakrabarti added a comment to D142232: Increase inline threshold multiplier to 11 in nvptx backend..
Did you study the compile-time impact of bumping the inlining threshold? While I would expect perf benefits in some cases from such a change, in my experience this threshold increase can also cause significant compile-time overhead in some cases.
Jan 8 2018
Jan 8 2018
gchakrabarti added a comment to D41827: [DEBUG] Initial adaptation of NVPTX target for debug info emission..
Was the option nvptx-emit-line-numbers working? I see it removed.
Dec 5 2017
Dec 5 2017
gchakrabarti added a comment to D40033: [NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info in Cuda..
Note that PTX allows .file even before .text. The spec is accurate here:
gchakrabarti added a comment to D40033: [NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info in Cuda..
What do you mean by this: