Skip to content
Snippets Groups Projects

Add custom opencl

Merged EXT Jean-Matthieu Etancelin requested to merge add-custom-opencl into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -155,8 +155,6 @@ class TestCustom(object):
print(' *has_inf: {}'.format(has_inf))
print(' *dinf={} ({} eps)'.format(dinf, deps))
print()
print(fout[:, 3, 4])
print(fref[:, 3, 4])
msg = 'Test failed for {} on component {} for implementation {}.'.format(iname, i, impl)
raise RuntimeError(msg)
Loading