Lukasz O
Lukasz O
I added sample SOP2 unit tests.
Especially for OpenCL code.
This is available in .il but not in .isa. We need to find a way to access this data from isa level.
This is needed for manual inspection.
parser.c: if (in_file == NULL) ERROR("opening file \"%s\"", input); (...) if (out_file == NULL) ERROR("opening file \"%s\"", output); (...) if (fwrite(&src, sizeof(uint32_t), 1, out_file) == 0) ERROR("writing file \"%s\"", output);...
We should have section with listed stuff that is not yet implemented/supported. Maybe you can find better name for that.
- if (ssrc0_op.op_type.type == VGPR) - ERROR("incorrect value for SSRC0 operand"); We need better way of handling errors and warnings in asm - a way that will tell the programmer...
I ran some benchmarks on Intel 13900 and I have a feeling that the way john spreads work among threads is not optimal on machines with two types of cores....
Usage of PRI_ADDR leads to compilation errors on "some" compilers. **This macro should be set up manually if it is not defined by the compiler**, otherwise it is not defined...