Wayne Huang

Results 17 comments of Wayne Huang

Right, that's what I talked about! sorry for the late reply. And I have other question, if i want to run it on Intel devcloud and using their hardware FPGA,...

No, i mean this problem as below picture so i cannot make sure if they are correct. [image: image.png] zjin-lcf ***@***.***> 於 2022年7月7日 週四 下午2:58寫道: > These .in files in...

The image shows garbled contents inside the .in file. Did you successfully get the data when you run your code? zjin-lcf ***@***.***> 於 2022年7月7日 週四 下午3:12寫道: > The image is...

ok, I will try it. zjin-lcf ***@***.***> 於 2022年7月7日 週四 下午3:20寫道: > Do you consider a binary file as a garbled text file ? > > A sample run: >...

Hi Zjin sorry about my fault (I consider a binary file as a garbled text file). But I meet some problem when I run your code on devcloud fpga hardwares...

Hi zjin yes, I added these parts into the code as below. in the title I add these: *#if FPGA || FPGA_EMULATOR#include #endif* in the runkernel function I add these:...

Hi zjin According to the error message, I think these issues are about local_work_size and global_work_size. Maybe the local_work_size exceed global_work_size while running Intel FPGA hw. Do you have any...

Hi zjin Also, why you define WGSIZE 4 and what's the meaning of it ? How to change it? I guess this parameter is also related to the issues I...

Hi zjin ok, I will try to modify wgSize. Can I directly change this definition on the code? (#define DEFAULT_WGSIZE 4), cause I see you define it as params.wgSize =...

I have send the case to intel but they haven't response me tile now. So maybe we can try to debug it first.