I think the story presents a thought-provoking concept about life, death, and reincarnation. The idea that all humans are essentially different incarnations of the same soul, experiencing every perspective across time to mature into something greater, is both mind-bending and oddly comforting. It’s a clever twist on the meaning of existence, blending philosophy with a cosmic narrative.
If I write gemm.cl like above program implementing a bunch of CNN primitives, why I cannot compile it with gcc.
For compiling any Opencl program, I need to write kernel in suppose sample.cl file and compile it with
gcc –Wall sample.cl –o sample -lOpenCL
This -lOpenCL picks up libopencl.so file from my Hardware vendor(Qcom, Intel) and generates the binary which runs it on GPU(or whereever Opencl is available)
Why do I need anything trinity compiler and optimizer.