Accenture / AmpliGraph

Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Apache License 2.0
2.14k stars 251 forks source link

Test suite on the GPU #144

Closed tabacof closed 4 years ago

tabacof commented 5 years ago

Background and Context Currently both of our test suites (CircleCI and Jenkins) run on the CPU. However, some bugs such as #137 are GPU only, so our continuous integration is blind to those issues right now.

Description Have either one of the test suites run on the GPU or create a new one on the GPU, whichever is easier.

chanlevan commented 4 years ago

Jenkins Test suite is now working on GPU. The script is dynamic enough to check if any GPU is available to run the tests on it.