Open FFFrog opened 3 months ago
Type | Description | Occurr Counts | Example PR |
---|---|---|---|
Refactoring | Turn Allocator::allocate into non-const, derived class’ override function is not modified. | 1 | #120969 |
Refactoring | Use DeviceIndex instead of int in CUDA wrappers, derived class’ override function is not modified. | 1 | #119142 |
Refactoring | Move new trace utils from source to header, which leads to some symbols can’t be found. | 1 | #114367 |
Refactoring | Migrate to getCvar* functions for env variable checking, which leads to function name can’t be found. | 1 | #113797 |
New Features | Add support for new data types, data type assert fails. | 3 | #107586, #116594 |
New Features | Add function to materialize COW storages, which add a pure virtual function Allocator::copy_data, derived class didn’t implement this pure virtual function. | 2 | #117053, #113396 |
Refactoring | Make macro with AMP more generic. | 1 | #124050 |