bartokon

Results 26 comments of bartokon

Installing CUDA from Nvidia site and rebooting works. I will try to post the code in a few days.

@tbennun Auto_opt like to break things + try to uncomment different functions. They should do the same but different :) [threshold_numpy.zip](https://github.com/spcl/dace/files/7781462/threshold_numpy.zip) I can't even try basic for loop without breaking...

I have noticed that: `@dace.map def calc_mask(pix: _[0:size]):` generated loop isn't unrolled but why? ``` for (int pix = 0; pix < size; pix += 1) { #pragma HLS PIPELINE...

Thanks for info! Yes, I have noticed that Xilinx creates extra buffers when using burst. But without minimal local array's there will be no burst, maybe add some micro buffering...

Also take a look at generated code Sometimes when specialize is used there are multiple const deniniftions in top of the .Cpp file and near the for loop!

I could try tommorow :)

Hmm, I have reinstalled Dace master by git clone, git submodules, pip install -e but: ![image](https://user-images.githubusercontent.com/47795888/153565573-aa006031-6b10-4786-a718-0944fa7d8e5a.png)

Not yet :) `Impl: 2, test 1 passed! Applied 1 FPGATransformSDFG. Applied 0 Global-To-Local. Traceback (most recent call last): File "DaCe_Bugger.py", line 131, in fun_compiled = fun_sdfg.compile() File "/usr/local/lib/python3.8/dist-packages/dace-0.12-py3.8.egg/dace/sdfg/sdfg.py", line...

> Hello @bartokon, this should be fixed now in the latest master yours merge fixed some errors, but there are still more :+1:

What about keccak resource usage? I'm curious 😏