Skip to content

Commit

Permalink
compute timing
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Waleffe authored and Roger Waleffe committed Nov 21, 2023
1 parent ce6ffb0 commit b3e2680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/src/data/dataloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ void DataLoader::loadCPUParameters(shared_ptr<Batch> batch, int id, bool load) {
}

// batch->sub_batches_[i]->node_features_ = unique_features.narrow(0, count, size);
batch->sub_batches_[i]->node_features_ = graph_storage_->getNodeFeatures(unique_indices.narrow(0, count, size));
batch->sub_batches_[i]->node_features_ = graph_storage_->getNodeFeatures(unique_indices.narrow(0, start, size));
}
}

Expand Down

0 comments on commit b3e2680

Please sign in to comment.