rust-opencl icon indicating copy to clipboard operation
rust-opencl copied to clipboard

Fixes to compile with most recent rust stable, as well as added features

Open AdamBrouwersHarries opened this issue 8 years ago • 1 comments

Note: this PR contains a variety of different bits of work over the course of several months. Apologies.

Fixes:

  • removed std crate reference
  • removed raw_pointer_derive lint
  • remove StaticMutex use, as it is deprecated
  • remove slice::bytes module use, as it is deprecated

Features:

  • added local memory allocation
  • added more device information queries

AdamBrouwersHarries avatar Aug 14 '16 14:08 AdamBrouwersHarries

@AdamHarries any progress?

OpakAlex avatar Nov 06 '17 21:11 OpakAlex