Closed zchrissirhcz closed 2 years ago
There opencl-stub loader's previous implementation, checks if the default_so_path exist.
However, for MacOS, the frameworks path does not exist, but dlopen will correctly find the expected stuffs.
dlopen
LGTM
There opencl-stub loader's previous implementation, checks if the default_so_path exist.
However, for MacOS, the frameworks path does not exist, but
dlopen
will correctly find the expected stuffs.