Added makefile as part of cmake and added windows compatibility for python scripts

This commit is contained in:
Alejandro Saucedo 2020-08-25 08:12:52 +01:00
parent 5567c532bf
commit f54678af03
14 changed files with 1043 additions and 1207 deletions

View file

@ -12,6 +12,8 @@
#include <spdlog/spdlog.h>
#include "kompute/shaders/shaderopmult.hpp"
#include "kompute/Algorithm.hpp"
#include "kompute/Tensor.hpp"