1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 13, 2025 — Sep 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test: Add tests for malloc heap size limit. More... almost 16 years ago
CU: Add support for malloc heap size limit. More... almost 16 years ago
Test: Remove the test for CUFunction#set_texref. More... almost 16 years ago
CU: Let CUFunction#set_texref be deprecated. More... almost 16 years ago
CU: Simplify handling of CUdeviceptr for cuParamSetv(). More... almost 16 years ago
CU: Update to wrap passing of function pointer 'class_const_match' with RUBY_METHOD_FUNC(). More... almost 16 years ago
CU: Update helper to use rb_const_get() instead of rb_funcall(). More... almost 16 years ago
Doc: Update documents on page-locked requirement for async memory copy functions. More... almost 16 years ago
CU: Add an interface class IBuffer. More... almost 16 years ago
CU: Helper for including class methods when a module is included. More... almost 16 years ago
Test: Change direct accesses to typed buffer classes to via a variable in function launch tests. More... almost 16 years ago
Test: Replace deprecated ELEMENT_SIZE of typed buffer classes. More... almost 16 years ago
Test: Add tests for buffer classes. More... almost 16 years ago
Test: Add tests for memory functions. More... almost 16 years ago
CU: Let ELEMENT_SIZE of typed buffer classes be deprecated. More... almost 16 years ago
Doc: Refer documents for buffer classes to IBuffer. More... almost 16 years ago
CU: Update typed buffer classes to implemenet IBuffer interface. More... almost 16 years ago
CU: Update MemoryBuffer to implement IBuffer interface. More... almost 16 years ago
CU: Add page_locked? query method to typed buffer classes. More... almost 16 years ago
CU: Add size method to typed buffer classes. More... almost 16 years ago
CU: Add rb <-> c conversion helpers for bool. More... almost 16 years ago
Test: Add tests for CUTexRef. More... almost 16 years ago
Test: Add tests for CUEvent. More... almost 16 years ago
Doc: Update documents for CUEvent#create with CUEventFlags. More... almost 16 years ago
CU: Add CUEventFlags for use with event creation. More... almost 16 years ago
Test: Add tests for CUStream. More... almost 16 years ago
Test: Add tests for CUFunction. More... almost 16 years ago
Test: Fix vadd() to use the array from the arguments. More... almost 16 years ago
Doc: Update documents for CUFunction to expand call-seq with optional parameters. More... almost 16 years ago
CU: Update CUFunction#set_param to accept 0 argument. More... almost 16 years ago