CLBlast/scripts/generator
Ivan Shapovalov 56f300607b Routine: get rid of ::SetUp()
Since we now use C++ exceptions inside the implementation (and exceptions
can be thrown from constructors), there is no need for a separate
Routine::SetUp() function.

For this, we also change the way how the kernel source string is constructed.
The kernel-specific source code is now passed to the Routine ctor via
an initializer_list of C strings to avoid unnecessary data copying
while also working around C1091 of MSVC 2013.
2016-10-22 08:45:27 +03:00
..
generator Routine: get rid of ::SetUp() 2016-10-22 08:45:27 +03:00
generator.py treewide: use C++ exceptions properly 2016-10-22 08:45:25 +03:00