Searched refs:library_log (Results 1 – 1 of 1) sorted by relevance
2980 char *library_log; in test_large_compile_and_link_status_options_log() local3116 library_log = (char *)malloc(size_ret); in test_large_compile_and_link_status_options_log()3117 …mBuildInfo( my_newly_minted_library, deviceID, CL_PROGRAM_BUILD_LOG, size_ret, library_log, NULL ); in test_large_compile_and_link_status_options_log()3122 log_info("CREATE LIBRARY LOG: %s\n", library_log); in test_large_compile_and_link_status_options_log()3123 free(library_log); in test_large_compile_and_link_status_options_log()