Skip to content
Snippets Groups Projects
Commit d4f7a5e2 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix matrix multiply example.

parent f619f072
Branches
Tags
No related merge requests found
......@@ -164,7 +164,7 @@ kernel_params = {"block_size": block_size,
if "NVIDIA" in queue.device.vendor:
options = "-cl-mad-enable -cl-fast-relaxed-math"
else:
options = None
options = ""
prg = cl.Program(ctx, KERNEL_CODE % kernel_params,
).build(options=options)
kernel = prg.matrixMul
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment