-
I am trying to compile the vadd example provided with Vitis 2020.2. As I want to prepare my custom Makefile I have started with super simple stuff.
I first run
```
v++ --platform xilinx_u50_gen3x1…
m-kru updated
3 years ago
-
While checking the PR #815 I found that a simple program failed on ZLinux:
A test program that just prints out a constant tensor:
```mlir
module {
func @main_graph() -> tensor {
%0 = "on…
-
Hello,
How to reproduce:
I took the code from the 2019.2 branch and compiled with a 2019.2 Vitis.
The problem was observed xilinx_u200_xdma_201830_2 platform, and with XRT 2020.1.
When changin…
-
[](url)Title ID: 524850534F53454D
ERROR: KRNL ( 0xF00 )
this error shows when i try boot atmosphere using fss0 as setup, if i use fusee-primary as payload, console only show black screen,
sysnan…
-
Hi.
I encounted a problem that xblutil program does not finish with specific xclbin data.
[problem detail]
"xblutil program -p krnl_fast.xclbin.bk" is succeeded.
"xblutil program -p krnl_fast.…
-
macOS bigsur
./futurerestore-x86_64-v2.0.0-test -t blob.shsh2 -u --latest-sep --no-baseband iPad_Spring_2019_14.3_18C66_Restore.ipsw
````
Version: v2.0.0-test(1c99b080922de9b2b05a5a4c8aee9d24e…
-
Hello,
How to reproduce:
I took the code from the latest branch and compiled it with a 2020.2 Vitis IDE.
The problem was observed xilinx_u200_xdma_201830_2 platform, and with XRT 2020.2.
The H…
-
I ran into this when trying to extend backend tests to JNI.
Most of the `TEST_CONSTANT=true` tests failed for JNI because they get an error
```
free(): invalid pointer
```
in the `jniwrapper.c`…
-
**Describe the bug**
Streamermode is just really buggy
If you disable esp it shows again when the player dies
**Screenshots**
https://gyazo.com/9cbd3648c494456d441742a80b93c41f
https://gyazo.co…
-
I added an assert in the code because I believe the current code does not handle dynamic input size properly. Can someone confirm that it is the case?
To me, the `inputSize` below can be negative. …