Skip to content

Commit

Permalink
Merge pull request #33 from cvjena/fix_gpu
Browse files Browse the repository at this point in the history
Pull Changes for v1.3.2
  • Loading branch information
Clemens-Alexander Brust committed Oct 6, 2015
2 parents 170d778 + 6f62d81 commit bd9be5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/net/DatasetInputLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ void DatasetInputLayer::FeedForward() {

if (!testing_ && !force_no_weight && dataset_.GetMethod() == FCN) {
// Perform loss sampling
#ifdef BUILD_OPENCL
localized_error_output_->data.MoveToGPU();
#endif
const unsigned int block_size = 12;

for (unsigned int y = 0; y < localized_error_output_->data.height(); y += block_size) {
Expand Down

0 comments on commit bd9be5c

Please sign in to comment.