What steps will reproduce the problem?
1. Try to compile something like this
.entry foo
{
{
.reg .u32 some_temp_reg;
add some_temp_reg, some_temp_reg, 1;
}
}
What is the expected output? What do you see instead?
Ocelot's PTX parser should define some_temp_reg only until the end of the
curly brace. It should also allow multiple levels of nesting.
Original issue reported on code.google.com by gregory....@gatech.edu on 28 Sep 2011 at 11:39
Original issue reported on code.google.com by
gregory....@gatech.edu
on 28 Sep 2011 at 11:39