vortexgpgpu / vortex

https://vortex.cc.gatech.edu/
Apache License 2.0
1.19k stars 247 forks source link

How to dump assembly text ? #51

Open yangzexia opened 2 years ago

yangzexia commented 2 years ago

I want to dump the assembly .s file of device part of OpenCL source. I tried to add arguments like "-S" that often used in Clang to "-CFLAGS" of makefile below but it didn't work.

https://github.com/vortexgpgpu/vortex/blob/77002dd06ad51dd71497d2a17842c3f5b1989db6/tests/opencl/vecadd/Makefile#L14-L40

vinitpawaskar commented 8 months ago

Hi! Were you able to generate the .s assembly file of source or kernel. I'm also struggling to get it.