Luke Hutton
Luke Hutton
Removes support for driver stack versions older than 22.05 (semantic 3.0.1). Additionally, changes the integration to make version checks using semantic versioning rather than the previous year.month versioning method. cc...
Hi, I'm attempting to run a model via RPC and TVMC but I'm running into an issue: ``` ValueError: Cannot pass argument 1, type Map is not supported by RPC...
After the upgrade of the driver stack to 22.08 (3.1.0), this commit removes support for the 22.05 (3.0.1) version. cc @leandron @ashutosh-arm
TOSA has no notion of complex datatypes, it represents a single complex input tensor using two floating point input tensors corresponding to the "real" and "imag" parts of the complex...
This commit enhances the AOT test harness to print the "actual" and "reference" values when there is a mismatch. This helps when debugging a failing test. Sample output: ``` Actual,...
Currently, target features are determined by a set of fixed checks on the target string. This works well for checking support of a small number of simple features, but it...
Currently, when a default compile target such as `llvm` is specified, it implies `llvm -keys=cpu` which tends to imply x86 related components being used during compilation e.g. the schedules registered...
### Expected behaviour: The test `tests/python/relay/test_op_qnn_conv2d.py:test_tflite_large_irregular` runs successfully when the target is `arm_cpu`. ### Actual behaviour: The test fails to run and gives the following error: ``` python/tvm/autotvm/task/space.py:736: in define_split...
### Expected behaviour: When compiled with target `arm_cpu` the model should compile successfully. ### Actual behaviour: The test fails to run and gives the following error: ``` def conv2d_strategy_arm_cpu(attrs, inputs,...
### Expected behaviour: When an `arm_cpu` target is used, the model should compile successfully without an error. ### Actual behaviour: When compiled on an `arm_cpu` target, the models results in...