Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1c5cf78f authored by hhakim's avatar hhakim
Browse files

Update to gpu_mod@b98b78f3 and fix specialization after instantiation error in...

Update to gpu_mod@b98b78f3 and fix specialization after instantiation error in faust_Transform_gpu.cpp.in.
parent 895940ea
No related branches found
No related tags found
No related merge requests found
Subproject commit 96cd28f855bb8a3b6cd44aa119ef8d410c6b3285
Subproject commit b98b78f39270ef4eb03b48c5c9fbab563648a072
#include "faust_Transform_gpu.h"
namespace Faust
{
template<>
Faust::RefManager Faust::Transform<@FAUST_SCALAR_FOR_GM@,GPU2>::ref_man([](void *fact)
{
#ifdef DEBUG
std::cout << "Faust::Transform delete_fact" << std::endl;
#endif
delete static_cast<MatGeneric<@FAUST_SCALAR_FOR_GM@,GPU2>*>(fact);
});
template<>
int32_t Transform<@FAUST_SCALAR_FOR_GM@,GPU2>::getNbRow() const
......@@ -588,18 +596,6 @@ void Faust::Transform<@FAUST_SCALAR_FOR_GM@,GPU2>::get_fact(const faust_unsigned
return Transform<@FAUST_SCALAR_FOR_GM@,GPU2>::iterator(*this, size());
}
template<>
Faust::RefManager Faust::Transform<@FAUST_SCALAR_FOR_GM@,GPU2>::ref_man([](void *fact)
{
#ifdef DEBUG
std::cout << "Faust::Transform delete_fact" << std::endl;
#endif
delete static_cast<MatGeneric<@FAUST_SCALAR_FOR_GM@,GPU2>*>(fact);
});
template<>
void Transform<@FAUST_SCALAR_FOR_GM@, GPU2>::tocpu(Transform<@FAUST_SCALAR_FOR_GM@, Cpu>& cpu_transf) const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment