opencl_ruby_ffi 1.3.3 → 1.3.8

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.
@@ -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.3"
3
+ s.version = "1.3.8"
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.1 ready"
9
- s.files = Dir[ 'opencl_ruby_ffi.gemspec', 'LICENSE', 'lib/**/**/*', '.yardopts', 'templates_custom/default/module/setup.rb' ]
10
- s.has_rdoc = false
8
+ s.description = "Ruby OpenCL FFI bindings. OpenCL 3.0 ready"
9
+ s.files = Dir[ 'opencl_ruby_ffi.gemspec', 'LICENSE', 'lib/**/**/*.rb', '.yardopts', 'templates_custom/default/module/setup.rb' ]
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.3
4
+ version: 1.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brice Videau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-17 00:00:00.000000000 Z
11
+ date: 2021-03-07 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.1 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: []
@@ -97,8 +97,16 @@ files:
97
97
  - lib/opencl_ruby_ffi/ext.rb
98
98
  - lib/opencl_ruby_ffi/ext/device_fission.rb
99
99
  - lib/opencl_ruby_ffi/gl_ext.rb
100
+ - lib/opencl_ruby_ffi/intel/accelerator.rb
101
+ - lib/opencl_ruby_ffi/intel/advanced_motion_estimation.rb
102
+ - lib/opencl_ruby_ffi/intel/driver_diagnostics.rb
103
+ - lib/opencl_ruby_ffi/intel/kernel_profiling.rb
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
100
107
  - lib/opencl_ruby_ffi/khr/d3d10_sharing.rb
101
108
  - lib/opencl_ruby_ffi/khr/d3d11_sharing.rb
109
+ - lib/opencl_ruby_ffi/khr/device_uuid.rb
102
110
  - lib/opencl_ruby_ffi/khr/dx9_media_sharing.rb
103
111
  - lib/opencl_ruby_ffi/khr/egl_event.rb
104
112
  - lib/opencl_ruby_ffi/khr/egl_image.rb
@@ -139,8 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
147
  - !ruby/object:Gem::Version
140
148
  version: '0'
141
149
  requirements: []
142
- rubyforge_project:
143
- rubygems_version: 2.5.1
150
+ rubygems_version: 3.1.2
144
151
  signing_key:
145
152
  specification_version: 4
146
153
  summary: Ruby OpenCL FFI bindings