Rohan Rayan

Results 8 issues of Rohan Rayan

**Describe the bug** I have a simple program below: ``` N = dace.symbol('N') @dace.program(auto_optimize=True) def error_fn_dace(L:dace.float64[N, N], index:dace.uint64, active_size:dace.uint64): for i in range(index, active_size - 1): L[i + 1][i] =...

**Describe the bug** I have a simple function attached with a two level nested loops. I generate an SDFG of this and open it with the VS-code extension. I then...

bug

**Describe the bug** The extension doesn't animate matrix access for a simple use-case. Tested using **To Reproduce** Steps to reproduce the behavior: 1. Generate the SDFG using the attached ipynb...

enhancement

Hi Thanks for the book. Its very interesting. I have one question regarding the binary search example that you have. The way you optimize further (after making it branchless and...

I am trying to install daceML on my machine with the following specifiactions: OS: Ubuntu 20.04 Arch: x86 Cuda: 12.2 Python: 3.9 pytorch: 1.8 dace: v0.13.3 The steps I followed:...

Hello Do you have a roadmap of the features that you plan to implement and an approximate timeline for the same? I was not able to find anything like this...

**Describe the bug** The following code snippet causes RuSTy to crash `TYPE TONs: ARRAY[1..50] OF TON := [50(PT:=T#100ms)]; END_TYPE` **To Reproduce** Try to compile the code with the following plc.json....

bug

**Describe the bug** I am trying to compile the following code with RuSTy and it gives an error, could you please let me know how to fix it? ``` FUNCTION_BLOCK...

bug