Skip to content

fix bug where num_uops for AMX instructions was not set properly #229

fix bug where num_uops for AMX instructions was not set properly

fix bug where num_uops for AMX instructions was not set properly #229

Workflow file for this run

name: build CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install scons
run: sudo apt install scons
- name: default opt build
run: ./build.py
- name: default debug build
run: ./build.py -d
- name: opt build with dramsim
run: ./build.py --dramsim
- name: debug build with dramsim
run: ./build.py -d --dramsim