assaf127

Results 4 issues of assaf127

I get the following output (using `verbosity=3`) when running kmeans_cuda from python on a certain input (attached here): ``` performing kmeans++... kmeans++: dump 292 64 0x564e90a8e000 kmeans++: dev #0: 0x7fd5f5000000...

'break' should probably be translated to a more fitting name - several options are: 'צא' 'הפסק' 'חדל' 'עצור' Great project!

Add support for dataclasses with `kw_only=True`, and for dataclasses with `init=False` fields. This change encode the dataclass field names as well as their values in order to pass them to...

python

### What would you like to happen? Currently, python dataclasses are decoded by passing their encoded fields by position. This behavior does not work for dataclasses that are defined with...

python
new feature
P2