LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.39k stars 525 forks source link

Rename cuda activations #1864

Closed almaudoh closed 1 year ago

almaudoh commented 1 year ago

This PR simplifies #1821. Activation function renames in cuda files and merging with ActivationFunction enum in shared activation.h file.

borg323 commented 1 year ago

This is no longer needed as #1821 was merged as is.