How to use the releaseAll function from bindings

Find comprehensive JavaScript bindings.releaseAll code examples handpicked from public code repositorys.

20
21
22
23
24
25
26
27
28
29
30
31
});


process.on('exit', function() {
  // this releases all allocated OpenCL objects
  // global.gc();
  cl.releaseAll();
});


/********************************************************************************************************/

fork icon33
star icon153
watch icon0

+ 89 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)