opencl_ruby_ffi 0.99 → 0.991

Sign up to get free protection for your applications and to get access to all the features.
@@ -134,7 +134,7 @@ module OpenCL
134
134
  :image_slice_pitch, :size_t,
135
135
  :num_mip_levels, :cl_uint,
136
136
  :num_samples, :cl_uint,
137
- :buffer, Mem
137
+ :buffer, :pointer
138
138
 
139
139
  # Creates anew ImageDesc using the values provided by the user
140
140
  def initialize( image_type, image_width, image_height, image_depth, image_array_size, image_row_pitch, image_slice_pitch, num_mip_levels, num_samples, buffer )
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'opencl_ruby_ffi'
3
- s.version = "0.99"
3
+ s.version = "0.991"
4
4
  s.author = "Brice Videau"
5
5
  s.email = "brice.videau@imag.fr"
6
6
  s.homepage = "https://forge.imag.fr/projects/opencl-ruby/"
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.99'
4
+ version: '0.991'
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-30 00:00:00.000000000 Z
12
+ date: 2014-07-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: narray