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

xrt_piEventGetProfilingInfo not implemented #224

Open
keryell opened this issue Apr 7, 2023 · 0 comments
Open

xrt_piEventGetProfilingInfo not implemented #224

keryell opened this issue Apr 7, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@keryell
Copy link
Member

keryell commented Apr 7, 2023

The example from https://github.com/triSYCL/sycl/blob/sycl/unified/next/sycl/doc/GettingStartedXilinxFPGA.md#running-a-bigger-example-on-real-fpga is using

  queue q {property::queue::enable_profiling()};

and fails with

keryell@xsjsycl41:/var/tmp/rkeryell/SYCL/llvm/sycl/test/vitis/edge_detection ((03ee1150c1c7...))$ ./edge_detection data/input/eiffel.bmp
Calculating Max Energy... 
inputBits = 8 coefMax = 2 
Max Energy = 14 Bits 
Image Dimensions: [1024 x 1895]
Used Size: 1895x1024 = 1940480
Launching Kernel... 
pixel_rb size in submit: 1940480 
pixel_rb count in submit: 1940480 
Getting Result... 
pi_xrt: unimplemented: call to unimplemented function in XRT backend: pi_result xrt_piEventGetProfilingInfo(pi_event, pi_profiling_info, size_t, void*, size_t*)
terminate called without an active exception
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants