Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into channels_last_flatten
Browse files Browse the repository at this point in the history
  • Loading branch information
vloncar committed Feb 27, 2024
2 parents 77ffb94 + a9b0fad commit 295ba9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 250 deletions.
250 changes: 0 additions & 250 deletions hls4ml/templates/vitis/nnet_utils/nnet_dense_resource.h

This file was deleted.

2 changes: 2 additions & 0 deletions hls4ml/writer/vitis_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ def write_hls(self, model):
"""
super().write_hls(model)
self.write_nnet_utils_overrides(model)
os.remove(model.config.get_output_dir() + '.tar.gz')
self.write_tar(model)

0 comments on commit 295ba9f

Please sign in to comment.