jansel / opentuner

An extensible framework for program autotuning
http://opentuner.org/
MIT License
382 stars 112 forks source link

Fixing hash_value function for ComplexParameter #139

Closed thiagotei closed 4 years ago

thiagotei commented 4 years ago

The use of encode is required by hashlib.sha256() in Python 3. This change was done for PrimitiveParameter, but not for ComplexParameter.

jansel commented 4 years ago

Thanks!