bryanloz-xilinx

Results 7 issues of bryanloz-xilinx

#### Problem solved by the commit Ease of use enhancement. No one has to remember to do `scl enable devtoolset-9 bash`. #### Bug / issue (if any) fixed, which PR...

do not merge

https://github.com/Xilinx/XRT/tree/master/tests Building XCLBINs requires sourcing Vitis/settings64.sh It also requires setting the platform somehow.

The XRT package is not relocatable. https://github.com/Xilinx/XRT/blob/master/src/CMakeLists.txt#L69 /opt/xilinx is hardcoded in 56 different files within XRT.

For instance if you try to build XRT from a tagged release such as: https://github.com/Xilinx/XRT/archive/refs/tags/202210.2.13.466.tar.gz You will see errors when building, such as: ``` fatal: not a git repository (or...

get_axlf_section from scan.cpp uses shared_ptr to an array, which causes warnings in gcc12. mismatch of new, and delete. Per discussion with @stsoe this should just be a Vector. Additionally, the...

Feature Request for [build_xrt_with_docker.sh](https://github.com/Xilinx/XRT/blob/master/src/runtime_src/tools/scripts/build_xrt_with_docker.sh) - Add Support for directing build products to a user specified output directory - Add Support for CentOS ``` Internally at Xilinx we often face problems...

**What would you like to know?.** How to control the current working directory of the launched process? **Additional context** When using pytest-xprocess to launch a server process I notice that...

question
feature request