0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 15 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small documentation and code improvements More... over 8 years ago
ccl_devinfo: remove unnecessary header file and move header file defines to source file More... over 8 years ago
ccl_c: output build log to stderr or optionally to file More... over 8 years ago
ccl_c: add test for kernel information from binary More... over 8 years ago
Utils: move ccl_kerninfo functionality to ccl_c More... over 8 years ago
Add remaining tests for kerninfo and devinfo utils More... over 8 years ago
Add tests for kerninfo and devinfo utils (wip) More... over 8 years ago
Fix build of OCL stub when GLib not in path More... over 8 years ago
Update and streamline various CMakeLists.txt More... over 8 years ago
Do not fail tests if no device able to pass test exists More... over 8 years ago
Fix pointer comparison in device selection test More... over 8 years ago
Fix missing error check in ccl_kernel_suggest_worksizes()
Nuno Fachada
as FakenMC
More... over 8 years ago
Program: remove TODO comments concerning object field locks More... over 8 years ago
Fix bug in ccl_program_link: remove clear build logs cache since the linked program does not yet exist More... over 8 years ago
Program module: save build logs to cache, reset for new builds More... over 8 years ago
Test improvements/updates More... over 8 years ago
ccl_c: update according to refactored build log approach implemented in previous commit More... over 8 years ago
Program module: refactor build log approach (wip) More... over 8 years ago
Common: remove CCL_DEBUG_ERR() macro, always use g_debug() instead More... over 8 years ago
Add additional parameter checks to abstract wrapper module More... over 8 years ago
Add required OpenCL 2.1 symbols More... over 8 years ago
Kernel/program tests: account for KERNEL_ARG_INFO_NOT_AVAILABLE error and not just generic CCL_ERROR_INFO_UNAVAILABLE_OCL when size_ret == 0 More... over 8 years ago
ccl_c test: replace CCL_C_DEV_IDX with CCL_TEST_DEVICE_INDEX so that test device env. variable is the same as in the library tests More... over 8 years ago
ccl_c: remove compile with incorrectly specified headers test because some OpenCL implementations are "smart" enough to find the correct headers anyway. More... over 8 years ago
Fix potential segfault in error logging for debug builds More... over 8 years ago
Make cf4ocl API constant for all OCL versions (done) More... over 8 years ago
Make cf4ocl API stable (buffer, program) indep. of OCL ver. (wip)
Nuno Fachada
as FakenMC
More... over 8 years ago
kerninfo: accepts binary kernels + utils: add common utils header
Nuno Fachada
as FakenMC
More... over 8 years ago
ccl_c: skip compile/link tests if OpenCL < 1.2
Nuno Fachada
as FakenMC
More... over 8 years ago
ccl_c: add linker tests + fix bug in linking process when more than one binary was specified
Nuno Fachada
as FakenMC
More... over 8 years ago