Feb2021 GPU Package Update - GPU Package Files

This commit is contained in:
Michael Brown
2021-02-15 08:20:50 -08:00
parent 16004e8f45
commit e7e2d2323b
345 changed files with 13424 additions and 7708 deletions

View File

@ -39,7 +39,7 @@ class UCL_D_Vec : public UCL_BaseMat {
};
typedef numtyp data_type;
UCL_D_Vec() : _cols(0) {}
UCL_D_Vec() : _cols(0), _row_bytes(0) {}
~UCL_D_Vec() { _device_free(*this); }
/// Construct with n columns