CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

getGPUProperties

Reads out properties of the currently active GPU and write it in the variables ‘GPU_name’, ‘global_memory_in_bytes’ and ‘OpenCL_Version’.

Category: Measurements

Availability: Available in Fiji by activating the update sites clij and clij2. This function is part of clij2_-2.5.0.1.jar.

Usage in ImageJ macro

Ext.CLIJ2_getGPUProperties(String GPU_name, Number global_memory_in_bytes, Number OpenCL_version);

Example notebooks

benchmarking
compare_workflows
time_tracing

Example scripts

benchmarking.ijm
compare_workflows.ijm
gpu_properties.ijm
time_tracing.ijm

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint