issues
search
kenba
/
opencl3
A Rust implementation of the Khronos OpenCL 3.0 API.
Apache License 2.0
102
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Unsound issue in SvmVec
#69
CXWorks
opened
1 month ago
0
Include example showing power of set_local_work_size/set_local_work_sizes/set_global_work_size/set_global_work_sizes
#68
brandonros
closed
7 months ago
1
Undefined symbol: _clCreateCommandQueueWithProperties
#67
brandonros
closed
7 months ago
2
Added example opencl2image.rs
#66
Draghtnod
closed
11 months ago
0
Include examples on how to use opencl3::memory::Image
#65
Dainerx
opened
12 months ago
10
Update with new functions in OpenCL-Headers repo
#64
kenba
closed
10 months ago
1
How to resolve "fatal error LNK1181: cannot open input file 'OpenCL.lib'"
#63
RahulDas-dev
opened
1 year ago
2
Subgroups not working
#62
JonathanBrouwer
closed
1 year ago
4
Query related to Intel support changes release/tag
#61
kballeda
closed
1 year ago
2
Support querying PCIE information for Intel devices
#60
kballeda
closed
1 year ago
0
Improved builder pattern for ExecuteKernel's set_arg, set_arg_local_buffer, set_global_work_offsets, ...
#59
gabrielmfern
closed
1 year ago
5
Compile failure using CL_VERSION_2_2 feature due to unmarked unsafe function call in program.rs
#58
fwilliams42
closed
1 year ago
1
signal: 11, SIGSEGV: invalid memory reference
#57
nworbnhoj
closed
2 years ago
2
Support for vector data types
#56
itayw
closed
2 years ago
1
Add Khronos cl_khr_command_buffer_mutable_dispatch extension
#55
kenba
closed
2 years ago
1
Unshadow device re-exports
#54
vmx
closed
2 years ago
3
added sync for all threadsafe opencl objects
#53
benblack769
closed
2 years ago
2
CL_MEM_USE_HOST_PTR can result in undefined behaviour
#52
awused
closed
2 years ago
4
Undefined behaviour when using underlying OpenCL pointers without any unsafe
#51
awused
closed
2 years ago
11
Introduce track_caller for panicing methods of ExecuteKernel
#50
9SMTM6
closed
2 years ago
0
Option for fallible ExecuteKernel::set_arg or better Error messages
#49
9SMTM6
closed
2 years ago
12
Putting deprecation notices behind conditional attributes
#48
vmx
closed
2 years ago
2
Base `opencl3` on `opencl-sys` crate
#47
kenba
closed
2 years ago
1
Missing enumeration types?
#46
JonathanWoollett-Light
closed
2 years ago
3
One question related to provided example
#45
itzmeanjan
closed
2 years ago
2
Add provisional command-buffer extension
#44
kenba
closed
2 years ago
1
Add external memory, external semaphore, and semaphore provisional extensions
#43
kenba
closed
2 years ago
1
Add From trait where appropriate.
#42
kenba
closed
3 years ago
1
Remove cl3 `Info` enums to support new OpenCL versions and extensions.
#41
kenba
closed
3 years ago
6
Replace `InfoType::to_string` calls with `From` trait calls for `cl3` version 0.5.
#40
kenba
closed
3 years ago
1
Update for latest OpenCL-Headers
#39
kenba
closed
3 years ago
1
SvmVec should support CL_DEVICE_SVM_FINE_GRAIN_SYSTEM
#38
kenba
closed
3 years ago
1
Implement Serde's Serialize, Deserialize for SvmVec
#37
kenba
closed
2 years ago
4
Update README to include working main fn
#36
nixpulvis
closed
3 years ago
11
Superfluous/Misleading generic parameter in `ExecuteKernel::set_arg_local_buffer`
#35
KarelPeeters
closed
3 years ago
2
ClError should print human-readable message even for Debug output.
#34
KarelPeeters
closed
3 years ago
3
Coarse-grained SVM has to be mapped before usage!
#33
Draghtnod
closed
3 years ago
5
Example from readme has zero output on GTX 1060 Max-Q
#32
KarelPeeters
closed
3 years ago
13
Implement CL_VERSION_* features
#31
vmx
closed
3 years ago
7
opencl3 cannot be compiled with OpenCl 1.2 features only
#30
vmx
closed
3 years ago
7
Mutability of sub-buffers
#29
vmx
opened
3 years ago
3
CI running on main branch only
#28
vmx
closed
3 years ago
1
Make mutability explicit
#27
vmx
closed
3 years ago
1
Should `CommandQueue.html::enqueue_write_buffer` take a mutable buffer reference?
#26
vmx
closed
3 years ago
1
Using set_event_callback
#25
itayw
closed
3 years ago
3
Use `bool` instead of `cl_bool`
#24
vmx
closed
3 years ago
4
Use Rust types instead of cl-sys type aliases
#23
vmx
closed
3 years ago
2
Return booleans for device information where applicable
#22
vmx
closed
3 years ago
1
Device::available() should return a boolean
#21
vmx
closed
3 years ago
1
Restore `c_void` to program.rs
#20
jleflang
closed
3 years ago
2
Next