Skip to content

Commit

Permalink
[sw] dot: Align dot product with new structure after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Viviane Potocnik committed Jun 19, 2024
1 parent ded8afb commit 9ff2a2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: build-docker
on:
push:
branches: [main]
branches: [dnn-additions]
workflow_dispatch:
jobs:
build-docker:
Expand Down
2 changes: 1 addition & 1 deletion sw/blas/dot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $(dir $(DATA_H)):
mkdir -p $@

$(DATA_H): $(DATAGEN_PY) $(DATA_CFG) | $(dir $(DATA_H))
$< -c $(DATA_CFG) --section="$(SECTION)" > $@
$< -c $(DATA_CFG) --section="$(SECTION)" $@

.PHONY: clean-data clean

Expand Down
2 changes: 1 addition & 1 deletion sw/blas/gemm/scripts/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Authors: Tim Fischer <[email protected]>
# Luca Bertaccini <[email protected]>
# Viviane Potocnik <[email protected]>
# Viviene Potocnik <[email protected]>
# Luca Colagrande <[email protected]>

import numpy as np
Expand Down

0 comments on commit 9ff2a2c

Please sign in to comment.