Skip to content

Commit

Permalink
Remove redundant definition of _ssdm_op_SpecDataflowPipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
keryell committed May 17, 2018
1 parent 7a1cb35 commit 95f57c1
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@

#include <boost/test/minimal.hpp>

#ifdef TRISYCL_DEVICE
extern "C" {
/// SSDM Intrinsics: dataflow operation
void _ssdm_op_SpecDataflowPipeline(...) __attribute__ ((nothrow, noinline, weak));
}
#else
#define _ssdm_op_SpecDataflowPipeline(...)
#endif

using namespace cl::sycl;

//Parameters Description:
Expand Down

0 comments on commit 95f57c1

Please sign in to comment.