Also: - Removed unnecessary header includes from cpu/approx.cpp - Minor c/approx.cpp cleanup - Minor approx1/2 test cleanup
The approx CPU kernel implementation was calling the interp() kernel
with the incorrect dimension values. This was causing the
CPPUniform{Row,Column}MajorInterpolation tests to fail previously.
Also improved approx1 and approx2 tests.