mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
added bs4 dependency for Travis
This commit is contained in:
@@ -8,6 +8,7 @@ python:
|
||||
before_install:
|
||||
# - pip install tox-travis
|
||||
- pip install codecov
|
||||
- pip install bs4
|
||||
- pip install pygraphviz
|
||||
- pip install kerncraft
|
||||
install:
|
||||
|
||||
@@ -85,7 +85,7 @@ class MOVEntryBuilder:
|
||||
class MOVEntryBuilderIntelNoPort7AGU(MOVEntryBuilder):
|
||||
# for SNB and IVB
|
||||
def build_description(
|
||||
self, instruction_name, operand_types,
|
||||
self, instruction_name, operand_types,
|
||||
port_pressure=[], latency=0):
|
||||
load, store = self.classify(operand_types)
|
||||
|
||||
@@ -107,7 +107,7 @@ class MOVEntryBuilderIntelWithPort7AGU(MOVEntryBuilder):
|
||||
# for HSW, BDW, SKX and CSX
|
||||
|
||||
def build_description(
|
||||
self, instruction_name, operand_types,
|
||||
self, instruction_name, operand_types,
|
||||
port_pressure=[], latency=0):
|
||||
load, store = self.classify(operand_types)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user