hughperkins / tf-coriander

OpenCL 1.2 implementation for Tensorflow
Apache License 2.0
792 stars 90 forks source link

R9 M370X run slower than i7, something wrong? #85

Open Umiiii opened 6 years ago

Umiiii commented 6 years ago

I use MacBook 2015 with R9 M370X with Intel Core i7-4870HQ. The benchmark program is lenet5 with mnist. Here is the program code: lenet5.zip

To run in tf-coriander, I changed all tf.truncated_normal_initializer into tf.random_normal_initializer. (See Issue#44)