Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean Pyright Errors #307

Open
28 of 48 tasks
jorendumoulin opened this issue Dec 18, 2024 · 1 comment
Open
28 of 48 tasks

Clean Pyright Errors #307

jorendumoulin opened this issue Dec 18, 2024 · 1 comment

Comments

@jorendumoulin
Copy link
Contributor

jorendumoulin commented Dec 18, 2024

TODO for all of these:

  1. remove from exclude list in pyprojcect.toml
  2. resolve pyright errors
  3. submit
  • compiler/accelerators/gemmini.py
  • compiler/accelerators/rocc.py
  • compiler/accelerators/snax.py
  • compiler/accelerators/snax_alu.py
  • compiler/accelerators/snax_gemm.py
  • compiler/accelerators/snax_gemmx.py
  • compiler/accelerators/snax_hwpe_mult.py
  • compiler/dialects/accfg.py
  • compiler/dialects/snax.py
  • compiler/dialects/snax_stream.py
  • compiler/dialects/stream.py
  • compiler/dialects/tsl.py
  • compiler/inference/dataflow.py
  • compiler/inference/helpers.py
  • compiler/inference/scoped_setups.py
  • compiler/inference/trace_acc_state.py
  • compiler/ir/stream/access_pattern.py
  • compiler/ir/stream/scheduler.py
  • compiler/ir/tsl/tiled_strided_layout.py
  • compiler/parser/tsl_parser.py
  • compiler/transforms/accfg_dedup.py
  • compiler/transforms/clear_memory_space.py
  • compiler/transforms/convert_linalg_to_accfg.py
  • compiler/transforms/convert_tosa_to_kernel.py
  • compiler/transforms/dispatch_regions.py
  • compiler/transforms/frontend/preprocess_mlperf_tiny.py
  • compiler/transforms/fuse_streaming_regions.py
  • compiler/transforms/insert_sync_barrier.py
  • compiler/transforms/linalg_to_library_call.py
  • compiler/transforms/memref_to_snax.py
  • compiler/transforms/realize_memref_casts.py
  • compiler/transforms/reuse_memref_allocs.py
  • compiler/transforms/set_memory_layout.py
  • compiler/transforms/set_memory_space.py
  • compiler/transforms/snax_copy_to_dma.py
  • compiler/transforms/snax_lower_mcycle.py
  • compiler/transforms/snax_to_func.py
  • compiler/transforms/test_remove_memref_copy.py
  • compiler/util/dispatching_rules.py
  • compiler/util/memref_descriptor.py
  • tests/benchmark/test_snax_benchmark.py
  • tests/dialects/test_snax.py
  • tests/dialects/test_tsl.py
  • tests/inference/test_accfg_state_tracing.py
  • tests/ir/stream/test_access_pattern.py
  • tests/ir/tsl/test_stride.py
  • tests/ir/tsl/test_tiled_stride.py
  • tests/ir/tsl/test_tiled_strided_layout.py
@JosseVanDelm
Copy link
Contributor

Ahoi,

Now that we are moving to snakemake I believe it is useful to also include all python files in the util folder :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants