Update cudnnutils.h to correct path

master
agibsonccc 2021-03-12 13:45:46 +09:00
parent f4d399e44d
commit b648b28fb9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
// @author AbdelRauf
//
#include "cudnnUtils.h"
#include <ops/declarable/platform/cudnn/cudnnUtils.h>
#include <array/NDArrayFactory.h>
#include <vector>