Skip to content

Compilation failure #30

@fvella

Description

@fvella

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions