Uday Bondhugula

Results 40 issues of Uday Bondhugula

make[1]: Entering directory '/home/uday/git/pluto/examples/ssymm' touch .test ./orig 2> out_orig 12.579868s ./tiled 2> out_tiled 3.264796s diff -q out_orig out_tiled Files out_orig and out_tiled differ make[1]: *** [../common.mk:106: test] Error 1

Although diamond tiling is clearly possible here, it's not being performed (the scalar dimension at the top likely confuses the detection). $ ./test_libpluto [...] *** TEST CASE 6 [pluto] Diamond...

Since the time diamond tiling has been turned on by default, test/multi-stmt-lazy-lin-ind.c asserts when run with options: --tile; would have had this failure with --tile --lbtile earlier. Passes with --tile...

Hello, The README states: ``` Here is a list of formatprograms that are supported by default, and thus will be detected and used by vim when they are installed properly....

When lowering MLIR to LLVM, since memrefs are lowered through llvm structs that hold the descriptor info, the alloca's for these structs can exhaust stack space when there are calls...

-simplify-affine-structures - addresses #194 - change name of tablegen auto-generated internal helper for op interfaces to avoid potential conflicts with methods of same name in dialect namespaces. (addresses #197) Signed-off-by:...

cla: yes
ready to pull

This should be reproducible on the trunk and is due to the handling post the missing type on the block argument being passed. ``` func @foo(%key : i32) { "bar"()...

This should be reproducible with the trunk: f33f6e16ec430da0989d5e3a287bed1d6d55f73f. More inspection shows that we have a block with a null parent region. (This was likely exposed from the folding being done...

Subview op's with mixed shape (static and dynamic dimensions) currently parse and verify correctly. This is inconsistent given the number of size values that are taken as input. (In the...

I notice that for this simple loop nest, -affine-vectorize does nothing, and emits nothing with its -debug-only= option either. I didn't dig any deeper, but at least the second part...