Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvor committed Jan 3, 2023
1 parent 40fa389 commit 94ea05c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/common/memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,10 +548,6 @@ status_t dnnl_memory_create(memory_t **memory, const memory_desc_t *md,
#endif
if (any_null(memory, engine)) return invalid_arguments;

// if (md->format_kind == dnnl_format_sparse) {
// printf("here\n");
// }

memory_desc_t z_md = types::zero_md();
if (md == nullptr) md = &z_md;

Expand Down
2 changes: 0 additions & 2 deletions src/cpu/x64/jit_brgemm_inner_product.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ status_t brgemm_inner_product_fwd_t<isa>::execute_forward(
* 64;
dcomp_params.bitmask_ptr
= weights + jbgp.weight_comp_bitmask_off + wei_offset / 8;
// dcomp_params.bitmask_ptr
// = weights + (jbgp.oc * jbgp.ic) + wei_offset / 8;
const size_t decomp_buf_per_thr = (size_t)jbgp.ic * 64;
auto decomp_buf = decomp_buf_global + ithr * decomp_buf_per_thr;

Expand Down

0 comments on commit 94ea05c

Please sign in to comment.