Page MenuHomePhabricator

gchakrabarti (Gautam Chakrabarti)
User

Projects

User does not belong to any projects.

User Details

User Since
Dec 5 2017, 11:53 AM (277 w, 2 d)

Recent Activity

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?

Feb 1 2023, 3:42 PM · Restricted Project, Restricted Project

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 20 2023, 11:07 AM · Restricted Project, Restricted Project

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.

Jan 8 2018, 3:40 PM

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:

Dec 5 2017, 12:06 PM
gchakrabarti added a comment to D40033: [NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info in Cuda..

What do you mean by this:

Dec 5 2017, 11:55 AM