-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Hi I am trying to reproduce your SC results.
I got the following errors among others:
In file included from /home/flavio/isaac/lib/templates/gemm.cpp:26:0: │···································
/home/flavio/isaac/include/isaac/templates/common.hpp:82:16: error: ‘vector’ in namespace ‘std’ does not name a template type │···································
virtual std::vector<param_t> tuning_params() const = 0; │···································
^~~~~~ │···································
In file included from /home/flavio/isaac/lib/templates/gemm.cpp:27:0: │···································
/home/flavio/isaac/include/isaac/templates/gemm.h:60:8: error: ‘vector’ in namespace ‘std’ does not name a template type │···································
std::vector<param_t> tuning_params() const; │···································
^~~~~~ │···································
In file included from /home/flavio/isaac/lib/templates/pool.cpp:26:0: │···································
/home/flavio/isaac/include/isaac/templates/common.hpp:82:16: error: ‘vector’ in namespace ‘std’ does not name a template type │···································
virtual std::vector<param_t> tuning_params() const = 0; │···································
^~~~~~ │···································
In file included from /home/flavio/isaac/lib/templates/pool.cpp:27:0: │···································
/home/flavio/isaac/include/isaac/templates/pool.h:42:34: error: ‘std::vector’ has not been declared │···································
void init_constant_memory(std::vector<int32_t>& delta, std::vector<uint32_t> &masks, size_t nlut, int32_t strideIc, int32_t strideIw, int32_t strideIh, int32_t strid│···································
eId); │···································
^~~~~~ ````
I am using CUDA-9 and gcc/g++ -7.
Metadata
Metadata
Assignees
Labels
No labels