Updates for 3.4 release. (#1305)

This commit is contained in:
ANIKET SHIVAM
2024-01-16 10:42:51 -08:00
committed by GitHub
parent acba5beee5
commit 2f589ffa76
166 changed files with 5996 additions and 4702 deletions

View File

@@ -207,7 +207,10 @@ public:
void initialize_random_sparsemeta_host(int seed, int MetaSizeInBits);
/// Uniformly fills a tensor with a value when provided o.w. zero
void fill(double value);
void fill_device(double value);
/// Uniformly fills a host allocation with a value when provided o.w. zero
void fill_host(double value);
/// Copies from an equivalent-sized tensor in device memory
void copy_from_device(void const *ptr);