How to find the exectly asm kernel code when enabling SYCL?
I compiled the code using -fsycl to with SYCL support into the asm format(a .s file)
How to find the exectly asm kernel code in that asm file?
When I use this project to compile source code to executable on my RISC-V machine, How could I know if the compiler uses any RISC-V Extensions to improve the proformance of the SYCL kernel, like RISC-V Vector Extension?