Debjit Pal

Results 10 comments of Debjit Pal

The issue seems to be still there. The fix branch is not installing the required tvm. Rather it is still installing just the egg file of tvm = 1.0.0 in...

@Hecmay So the recipe is the following: 1. Comment out the .frontend on the hlib/__init__.py. It will stop from importing tvm. 2. Then get the nn.py from the other student's...

@Hecmay I used the automatically generated kernel.cl for BNN. It did not work. I have attached a tarball. The tarball has two directories. 1. **device_kernel_1**: Partially fixed kernel code 2....

I think an example is available in the video_downscaling kernel around L248. There they have the window that is capturing the pixel value from a read channel that will be...

@kumasento @wsmoses I was trying to follow the steps in CI. I got the following error: ``` [dp638@zhang-26 build]$ cat /work/zhang-x1/users/dp638/Tools/MLIR_Tools/polymer/build/CMakeFiles/CMakeError.log Performing C++ SOURCE FILE Test CXX_SUPPORTS_CUSTOM_LINKER failed with the...

@kumasento Here is a screenshot of my setup. It matches the CI setup (checkout-wise). However, polymer compilation still fails. I would appreciate your suggestions. Thanks once again. ![Screenshot from 2022-01-27...

I am trying Polygeist `daeb952678b1d46c867c94ed2f20d78e1a3d5ec5 `and also trying to checkout the LLVM that is linked to that checkout of Polygeist. I will post my findings soon.

@kumasento I was able to build `polymer-opt` and `polymer-translate` using the `daeb952678b1d46c867c94ed2f20d78e1a3d5ec5` commit. I will try #125 later as I guess this build will meet my need. I have one...

Hi @kumasento thanks. I was able to compile. The issue currently is on my side, my code base depends on LLVM-13 which does not have Arithmetic dialect and the `mlir::FlatAffineValueConstraints`...

@runzhech are you compiling on a non-Ubuntu machine? I am facing the same error message when I use non-Ubuntu machine whereas everything works fine in the Ubuntu machine. Not sure...