[TOPI] Update softmax compute and CPU schedule (#3680)
authorJon Soifer <soiferj@gmail.com>
Mon, 5 Aug 2019 02:46:28 +0000 (19:46 -0700)
committerYao Wang <kevinthesunwy@gmail.com>
Mon, 5 Aug 2019 02:46:28 +0000 (19:46 -0700)
commitee74d00ea88ae20d0a3fb943eebb0f531fa51f34
tree5a2c5f901aa7b0f999fe80c4b65fe57aed730e5d
parent7ce6a41d1abd42974afa8606829fb0be0644c010
[TOPI] Update softmax compute and CPU schedule (#3680)

* Update Softmax compute and CPU schedule

* Add C++ compute

* Fix schedule

* Update CUDA and OpenGL schedules

* Fix log_softmax

* Fix hls and opengl schedules

* Fix CUDA schedule
topi/include/topi/cuda/softmax.h
topi/include/topi/nn/softmax.h
topi/python/topi/cuda/softmax.py
topi/python/topi/hls/nn.py
topi/python/topi/nn/softmax.py
topi/python/topi/opengl/softmax.py
topi/python/topi/x86/nn.py