Skip to content
Snippets Groups Projects
Commit f0a8bac1 authored by kotsifa2's avatar kotsifa2
Browse files

Changed PROMISE hint for softmax operation to CUDNN hint for lenet_promise.cpp

parent 55e331d5
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ void var_15_node(void* t1, size_t bytes_t1) {
}
void var_16_node(void* t1, size_t bytes_t1) {
__visc__hint(visc::PROMISE_TARGET);
__visc__hint(visc::CUDNN_TARGET);
__visc__attributes(1, t1, 0);
void* r = __visc__tensor_softmax(t1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment