Does the NVIDIA nvvp Visual Profiler work with OpenCL on Mac?

I’m trying to profile my OpenCL kernel when running on NVIDIA cards on Mac, by using the nvpp NVIDIA profiler (Version 6.0) and I’m not able to generate a timeline. It remains empty no matter how I tried. Is it supposed to work with OpenCL on the Mac? Or is it for CUDA programs only?

Btw, I know I can profile manually, using OpenCL profiling calls, but my interest is in figuring out how my kernels perform at the low-level on these NVIDIA cards. So, I need to access low-level info that OpenCL manual profiling calls won’t tell me.