GPU Plugin: Add bosch demo, update build instructions (#1872)

This commit is contained in:
Rory Mitchell
2016-12-15 19:57:27 +13:00
committed by Tianqi Chen
parent edc356f7ec
commit d943720883
5 changed files with 88 additions and 4 deletions

View File

@@ -414,7 +414,6 @@ class bulk_allocator {
}
_size = get_size_bytes(args...);
std::cout << "trying to allocate: " << _size << "\n";
safe_cuda(cudaMalloc(&d_ptr, _size));