Skip to content

Commit

Permalink
Remove the apparently unnecessary memset.
Browse files Browse the repository at this point in the history
  • Loading branch information
krasznaa committed Jan 10, 2025
1 parent d5190f5 commit 8be7cba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion device/sycl/src/finding/find_tracks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ track_candidate_container_types::buffer find_tracks(
vecmem::data::vector_buffer<unsigned int> updated_liveness_buffer(
n_in_params * config.max_num_branches_per_surface, mr.main);
copy.setup(updated_liveness_buffer)->wait();
copy.memset(updated_liveness_buffer, 0)->wait();

// Create the link map
link_map[step] = {n_in_params * config.max_num_branches_per_surface,
Expand Down

0 comments on commit 8be7cba

Please sign in to comment.