Skip to content

Commit

Permalink
Merge pull request #155 from ZerataX/0.6.0
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
zeratax authored Apr 7, 2020
2 parents 8971caf + 102921f commit e7c0ba5
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
# Changelog

## yacx v0.6.0 (2020-04-08)

### Features
- new static Devices class to easily filter devices
- by name
- by UUID
- by lambda function
- Logger
- outputs in color
- set logging levels/file output per command line, try with [example_logger.cpp](https://github.com/ZerataX/yacx/blob/master/examples/example_logger.cpp)
- `--file=yacx.log`: set file output
- `--log=DEBUG`: set logging level

### Changes
- KernelTime has been refactored
- every instance calculates effective bandwidth
- up
- down
- total
- overloaded `<<` operator
- Logger is now static
- allows setting stream output to cerr or cout
- additionally output log to file


## yacx v0.5.0 (2020-03-04)

### Features
Expand All @@ -23,6 +49,7 @@


## yacx v0.4.1 (2019-12-13)

### Documentation
- created a [classDiagram](docs/diagram/classDiagram.pdf)
- a [Code of Conduct](./CODE_OF_CONDUCT.md)
Expand All @@ -37,12 +64,16 @@
- fixed workflows for pull requests
- issue templates
- updated README.md



## yacx v0.4 (2019-12-07)

### Changes
- rename project from **cudaexecutor**/**cudacompiler** to **yacx** - *yet another cudaexecutor*


## cudaexecutor v0.3 (2019-12-07)

### Features
- KernelTime: measure time of kernel execution as well as uploading and downloading of KernelArgs
- fully featured JNI
Expand All @@ -53,7 +84,9 @@
- KernelArgs refactor
- moved KernelArg uploading into KernelArgs


## cudaexecutor v0.2 (2019-12-03)

### Features
- c++ bindings
- get devices
Expand All @@ -67,8 +100,10 @@
- ProgramArg => KernelArg
- Program => Source
- Kernel => Kernel, Program



## cudaexecutor v0.1 (2019-11-22)

### Features
- c++ bindings
- execute abitrary cuda kernels

0 comments on commit e7c0ba5

Please sign in to comment.