-
Please I can't find xilinx_aws-vu9p-f1-04261818_dynamic_5_0.dsa file or any hw folder in aws_platform, please upload it as I can't load custom project on sdaccel.
-
Hi, when I try to compile the following code.
` #include
void top() {
__m128i val;
__m128i next = _mm_insert_epi16(val, 10, 7);
}
`
I met invalid type conversion error
`"/pool/lo…
-
USE_RPC=ON directly from main today has linking problems: undefined symbols. Same build error on ubuntu 20.04 and MacOS 13.
built with latest clang, mkl-devel, onednn=2 on conda environment.
[825/…
-
I followed the build instructions in `GetStartedWithSYCLCompiler.md` and tried to compile the test case mentioned in `XilinxFPGACompilation.md`. This produces the following error message:
```
$ /h…
-
## Instructions
This issue is used for tracking the progress of setting you up in our cluster. Please follow the instructions below.
1. Please sign up an account on https://id.ucla-vast.com/.
2…
-
## Instructions
This issue is used for tracking the progress of setting you up in our cluster. Please follow the instructions below.
1. Please fill out the required information in [Section 1](#s…
-
## Instructions
This issue is used for tracking the progress of setting you up in our cluster. Please follow the instructions below.
1. Please fill out the required information in [Section 1](#s…
-
@ejk43 We're trying to synthesize some larger Conv1D models in Vivado HLS 2017.2 and we're wondering if the problems we're seeing are just due to the memory available on our computer.
When we synth…
-
Thanks for merging my PR so quickly!
I just ran into the next issue :smile:
#### ARM64 support
As we are moving along with the project, we are trying to run embedded designs.
For that, we wou…
-
When I try to build rpc_server binary, I have changed config.cmake:
```
sed -i 's/set(USE_CPP_RPC OFF)/set(USE_CPP_RPC ON)/g' config.cmake
```
And I'm getting following error:
```
-- Checking …