opencl_ruby_ffi 1.3.5 → 1.3.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,6 +67,10 @@ module OpenCL
67
67
  [ :cl_uint, :cl_profiling_info ],
68
68
  [ :cl_bitfield, :cl_sampler_properties ],
69
69
  [ :cl_uint, :cl_kernel_exec_info ],
70
+ [ :cl_bitfield, :cl_device_atomic_capabilities ],
71
+ [ :cl_uint, :cl_khronos_vendor_id ],
72
+ [ :cl_bitfield, :cl_mem_properties ],
73
+ [ :cl_uint, :cl_version ],
70
74
  [ :cl_uint, :cl_gl_object_type ],
71
75
  [ :cl_uint, :cl_gl_texture_info ],
72
76
  [ :cl_uint, :cl_gl_platform_info ],
@@ -1,13 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'opencl_ruby_ffi'
3
- s.version = "1.3.5"
3
+ s.version = "1.3.10"
4
4
  s.author = "Brice Videau"
5
- s.email = "brice.videau@imag.fr"
5
+ s.email = "bvideau@anl.gov"
6
6
  s.homepage = "https://github.com/Nanosim-LIG/opencl-ruby"
7
7
  s.summary = "Ruby OpenCL FFI bindings"
8
- s.description = "Ruby OpenCL FFI bindings. OpenCL 2.2 ready"
8
+ s.description = "Ruby OpenCL FFI bindings. OpenCL 3.0 ready"
9
9
  s.files = Dir[ 'opencl_ruby_ffi.gemspec', 'LICENSE', 'lib/**/**/*.rb', '.yardopts', 'templates_custom/default/module/setup.rb' ]
10
- s.has_rdoc = false
11
10
  s.license = 'BSD-2-Clause'
12
11
  s.required_ruby_version = '>= 1.8.7'
13
12
  s.add_dependency 'narray', '~> 0.6', '>=0.6.0.8'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opencl_ruby_ffi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brice Videau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-13 00:00:00.000000000 Z
11
+ date: 2021-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: narray
@@ -70,8 +70,8 @@ dependencies:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
72
  version: 1.0.0
73
- description: Ruby OpenCL FFI bindings. OpenCL 2.2 ready
74
- email: brice.videau@imag.fr
73
+ description: Ruby OpenCL FFI bindings. OpenCL 3.0 ready
74
+ email: bvideau@anl.gov
75
75
  executables: []
76
76
  extensions: []
77
77
  extra_rdoc_files: []
@@ -100,9 +100,13 @@ files:
100
100
  - lib/opencl_ruby_ffi/intel/accelerator.rb
101
101
  - lib/opencl_ruby_ffi/intel/advanced_motion_estimation.rb
102
102
  - lib/opencl_ruby_ffi/intel/driver_diagnostics.rb
103
+ - lib/opencl_ruby_ffi/intel/kernel_profiling.rb
103
104
  - lib/opencl_ruby_ffi/intel/motion_estimation.rb
105
+ - lib/opencl_ruby_ffi/intel/unified_shared_memory_preview.rb
106
+ - lib/opencl_ruby_ffi/intel/unofficial.rb
104
107
  - lib/opencl_ruby_ffi/khr/d3d10_sharing.rb
105
108
  - lib/opencl_ruby_ffi/khr/d3d11_sharing.rb
109
+ - lib/opencl_ruby_ffi/khr/device_uuid.rb
106
110
  - lib/opencl_ruby_ffi/khr/dx9_media_sharing.rb
107
111
  - lib/opencl_ruby_ffi/khr/egl_event.rb
108
112
  - lib/opencl_ruby_ffi/khr/egl_image.rb
@@ -121,6 +125,7 @@ files:
121
125
  - lib/opencl_ruby_ffi/opencl_arithmetic_gen.rb
122
126
  - lib/opencl_ruby_ffi/opencl_ruby_ffi_base.rb
123
127
  - lib/opencl_ruby_ffi/opencl_ruby_ffi_base_gen.rb
128
+ - lib/opencl_ruby_ffi/opencl_ruby_ffi_library.rb
124
129
  - lib/opencl_ruby_ffi/opencl_types.rb
125
130
  - opencl_ruby_ffi.gemspec
126
131
  - templates_custom/default/module/setup.rb
@@ -143,8 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
148
  - !ruby/object:Gem::Version
144
149
  version: '0'
145
150
  requirements: []
146
- rubyforge_project:
147
- rubygems_version: 2.7.6.2
151
+ rubygems_version: 3.2.5
148
152
  signing_key:
149
153
  specification_version: 4
150
154
  summary: Ruby OpenCL FFI bindings