Difference between revisions of "End disallow gpu.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Rename Arguments section heading to Parameters)
(Update function See also links and function index membership)
 
Line 15: Line 15:
  
 
==See also==
 
==See also==
[[Kernel_utilities#Parallelisation_and_GPUs|Parallelisation and GPUs]]
+
[[start_disallow_gpu.m]], [[distrib_dim.m]], [[isworkernode.m]], [[parallel_profiler_report.m]], [[parallel_profiler_start.m]], [[poolsize.m]], [[save_anyway.m]], [[smack.m]], [[swizzle.m]], [[Kernel_utilities]]
  
 
''Version 2.11, authors: [[Ilya Kuprov]]''
 
''Version 2.11, authors: [[Ilya Kuprov]]''

Latest revision as of 19:36, 6 June 2026

Reinstates GPU arithmetic setting to the previous state after the start_disallow_gpu.m command had been issued.

Syntax

    start_disallow_gpu

Parameters

    none - this is an include file

Outputs

    none - this is an include file

See also

start_disallow_gpu.m, distrib_dim.m, isworkernode.m, parallel_profiler_report.m, parallel_profiler_start.m, poolsize.m, save_anyway.m, smack.m, swizzle.m, Kernel_utilities

Version 2.11, authors: Ilya Kuprov