tmpim / kristforge

The fastest krist miner in existence, with both GPU and CPU support
Apache License 2.0
19 stars 9 forks source link

Optimize bulk data copy #6

Closed dmarcuse closed 5 years ago

dmarcuse commented 6 years ago

Possible methods:

  1. Cast to a larger data type (e.g. byte -> long) and copy those to copy more data per operation
  2. Cast to a vector data type (same idea as # 1)
  3. Use image copy functions