-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL][FPGA][NFC] Change AOT tool requirement for FPGA emulator #807
[SYCL][FPGA][NFC] Change AOT tool requirement for FPGA emulator #807
Conversation
'opencl-aot' is used as backend compiler for FPGA emulator device instead of 'aoc' tool now. Change AOT compilation tool requirement for tests that should be executed on FPGA emulator device. Signed-off-by: Mikhail Lychkov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@alexbatashev Strictly speaking, there are no tests for FPGA hardware target in this suite, because additional command line option should be specified for SYCL compiler to build a binary for that target. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also remove aoc from https://github.com/intel/llvm-test-suite/blob/intel/SYCL/lit.cfg.py#L399?
Signed-off-by: Mikhail Lychkov <[email protected]>
24eaeb1
@vladimirlaz I updated PR's description. Could you please use it as commit message when you'll be merging this patch? |
…l#807) 'aoc' tool requires FPGA card and corresponding SDK to compile binaries for FPGA HW target. However, this test suite supports testing on FPGA emulator device only. 'opencl-aot' tool is used as a backend compiler for that target instead of 'aoc'. Remove 'aoc' tool from llvm-test-suite configuration and change AOT compilation tool requirement for tests that should be executed on FPGA emulator device. Signed-off-by: Mikhail Lychkov [email protected]
…l/llvm-test-suite#807) 'aoc' tool requires FPGA card and corresponding SDK to compile binaries for FPGA HW target. However, this test suite supports testing on FPGA emulator device only. 'opencl-aot' tool is used as a backend compiler for that target instead of 'aoc'. Remove 'aoc' tool from llvm-test-suite configuration and change AOT compilation tool requirement for tests that should be executed on FPGA emulator device. Signed-off-by: Mikhail Lychkov [email protected]
'aoc' tool requires FPGA card and corresponding SDK to compile binaries for
FPGA HW target. However, this test suite supports testing on FPGA emulator
device only. 'opencl-aot' tool is used as backend compiler for that target
instead of 'aoc'.
Remove 'aoc' tool from llvm-test-suite configuration and change AOT compilation
tool requirement for tests that should be executed on FPGA emulator device.
Signed-off-by: Mikhail Lychkov [email protected]