You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
248 B
11 lines
248 B
#include "LinearTests.h"
|
|
|
|
Reduce::Reduce(cl::Context* context, cl::CommandQueue* queue, cl::Program* program)
|
|
{
|
|
//TODO: Implement
|
|
}
|
|
|
|
void Reduce::dewIt(int n, int m, float* y, const float* A, const float* x, const float* b)
|
|
{
|
|
//TODO: Implement
|
|
}
|
|
|