HPCE / hpce-2017-cw5

1 stars 6 forks source link

Creating new classes in provider #32

Closed davidpasztor closed 6 years ago

davidpasztor commented 6 years ago

We are planning on moving all common GPU-related code to a separate class in a separate file, then call the necessary functions from all puzzle files. For the testing on AWS, will all files be copied from the provider directory, so is the approach described above feasible?

m8pple commented 6 years ago

Yes - your library is compiled in a clone of your repository, so you can refer to any files from within the provider directory.