Skip to content

Latest commit

 

History

History
 
 

gpu-tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

gpu-tests

This crate is for running tests. Usually kernels are created during compile time, hence a build.rs is needed. ec-gpu-gen is just a toolkit and doesn't provide pre-defined kernels. This crate separates those concerns and also shows how ec-gpu-gen can be used.

Usage

cargo test

Feature flags

By default cuda and opencl is enabled. If you want to run the tests/benchmarks with either of those, you can do so:

cargo test --no-default-features --features opencl

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.