MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / eval

Class eval

src/backend/cuda/join.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118template<typename T>
119void join(Array<T> &out, const int jdim, const vector<Array<T>> &inputs) {
120 class eval {
121 public:
122 vector<Param<T>> outputs;
123 vector<Node_ptr> nodePtrs;
124 vector<Node *> nodes;
125 vector<const Array<T> *> ins;
126 };
127 std::map<dim_t, eval> evals;
128 const cudaStream_t activeStream{getActiveStream()};
129 const size_t L2CacheSize{getL2CacheSize(getActiveDeviceId())};

Callers 3

getMethod · 0.70
getMethod · 0.50
binary.hppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected