bobye / d2_kmeans

Fast discrete distributions clustering using Wasserstein barycenter with sparse support
Other
12 stars 3 forks source link

read data bug, insufficient memory preallocated under MKL #15

Closed bobye closed 9 years ago

bobye commented 9 years ago

It is a known bug, MKL does not support realloc, so it is required that the data space has to be pre-allocated sufficiently at the beginning. Otherwise it will lead to segmentation fault.

bobye commented 9 years ago

related to #7 #10

caching task is a good idea.

bobye commented 9 years ago

remove mkl dependencies.