You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building mlid-air-pcie I find the following error when compiling mlir-air/runtime_lib/airhost/memory.cpp:
dispatch_packet_t': expected expression
uint64_t signal_offset = offsetof(dispatch_packet_t, completion_signal);
^
/people/gioi152/src/tools/xilinx/mlir-air/runtime_lib/airhost/memory.cpp:270:60: error: use of undeclared iden\
tifier 'completion_signal'
uint64_t signal_offset = offsetof(dispatch_packet_t, completion_signal);
^
/people/gioi152/src/tools/xilinx/mlir-air/runtime_lib/airhost/memory.cpp:327:41: error: unexpected type name '\
dispatch_packet_t': expected expression
uint64_t signal_offset = offsetof(dispatch_packet_t, completion_signal);
^
/people/gioi152/src/tools/xilinx/mlir-air/runtime_lib/airhost/memory.cpp:327:60: error: use of undeclared iden\
tifier 'completion_signal'
uint64_t signal_offset = offsetof(dispatch_packet_t, completion_signal);
^
4 errors generated.
Am I missing any header?
Also, not a big problem, but I need to pass the fourth parameter to build-mlir-air-pcie.sh (which is the location of libXAIE just built and installed) instead of three (as shown here) or cmake won't be able to find it.
The text was updated successfully, but these errors were encountered:
Hello everyone,
When building mlid-air-pcie I find the following error when compiling
mlir-air/runtime_lib/airhost/memory.cpp
:Am I missing any header?
Also, not a big problem, but I need to pass the fourth parameter to build-mlir-air-pcie.sh (which is the location of libXAIE just built and installed) instead of three (as shown here) or cmake won't be able to find it.
The text was updated successfully, but these errors were encountered: