Updated aggregate headers to include lr header

This commit is contained in:
Alejandro Saucedo 2020-10-04 16:21:59 +01:00
parent 270959ab20
commit 7715db8993
2 changed files with 445 additions and 2 deletions

View file

@ -1,5 +1,7 @@
#pragma once
#include "kompute/Core.hpp"
#include "kompute/shaders/shaderopmult.hpp"
#include "kompute/shaders/shaderlogisticregression.hpp"
#include "kompute/Manager.hpp"
#include "kompute/Sequence.hpp"
#include "kompute/operations/OpBase.hpp"