Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix document issue #260

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cd <root-of-source-tree>/build
cd xrt/build
./build.sh -noert -noalveo
# To adapt according to your OS & version
sudo apt reinstall ./Release/xrt_202410.2.17.0_23.10-amd64-xrt.deb ./Release/xrt_202410.2.17.0_23.10-amd64-xbflash2.deb
sudo apt reinstall ./Release/xrt_202410.2.17.0_23.10-amd64-xrt.deb
cd ../../build

# Start XDNA driver release build
Expand Down
2 changes: 0 additions & 2 deletions src/include/uapi/drm_local/amdxdna_accel.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ struct amdxdna_drm_exec_cmd {
* @seq: sequence number of the command returned by execute command.
*
* Wait a command specified by seq to be completed.
* Using AMDXDNA_INVALID_CMD_HANDLE as seq means wait till there is a free slot
* to submit a new command.
*/
struct amdxdna_drm_wait_cmd {
__u32 hwctx;
Expand Down