opencl_ruby_ffi 0.97 → 0.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/opencl_ruby_ffi/Context.rb +2 -2
- data/lib/opencl_ruby_ffi/SVM.rb +1 -1
- data/opencl_ruby_ffi.gemspec +1 -1
- metadata +2 -2
@@ -393,10 +393,10 @@ module OpenCL
|
|
393
393
|
|
394
394
|
# Frees an SVMPointer
|
395
395
|
#
|
396
|
-
#
|
396
|
+
# ==== Attributes
|
397
397
|
#
|
398
398
|
# * +svm_pointer+ - the SVMPointer to deallocate
|
399
|
-
def
|
399
|
+
def svm_free(svm_pointer)
|
400
400
|
return OpenCL.svm_free(self, svm_pointer)
|
401
401
|
end
|
402
402
|
|
data/lib/opencl_ruby_ffi/SVM.rb
CHANGED
data/opencl_ruby_ffi.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opencl_ruby_ffi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.98'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-06-
|
12
|
+
date: 2014-06-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: narray
|