Hi there,
I just wanted to talk about the importance of testing whilst updating gpu their is a website called mobile performance testing and I run a simple or complex test to re-evaluate my I.T system.
Also to note wether you have an administration approach or a administration privilege approach. so for example testing for security or not the running the test because of a root privilege for example.
Benchmark the speed of your Android & iOS devices, then compare the result to other devices. Includes disk, Memory and CPU tests.
www.passmark.com
With respect to selling and marketing products after much digging I came across Spekter a next generation solutions site
Spectre, the UK's leading instruction generation tool
spectre.uk.com
Would love to think this helps in any way.
kind regards.
The problem isn't testing or not, it's missing a specific file, not only that it's a bitcode header file which I have not been able to track down. I have the build file but I wasn't aware at the time it needed the bitcode. See below.
=== CL_PROGRAM_BUILD_LOG ===
fatal error: cannot open file '/usr/lib/clc/gfx1100-amdgcn-mesa-mesa3d.bc': file doesn't start with bitcode header
And here's the first 50 lines of code that I have. There's hundeds more but you get the jist.
{
"enums": {
"BinMapMode": {
"entries": [
{"name": "BIN_MAP_MODE_NONE", "value": 0},
{"name": "BIN_MAP_MODE_RTA_INDEX", "value": 1},
{"name": "BIN_MAP_MODE_POPS", "value": 2}
]
},
"BinSizeExtend": {
"entries": [
{"name": "BIN_SIZE_32_PIXELS", "value": 0},
{"name": "BIN_SIZE_64_PIXELS", "value": 1},
{"name": "BIN_SIZE_128_PIXELS", "value": 2},
{"name": "BIN_SIZE_256_PIXELS", "value": 3},
{"name": "BIN_SIZE_512_PIXELS", "value": 4}
]
},
"BinningMode": {
"entries": [
{"name": "BINNING_ALLOWED", "value": 0},
{"name": "FORCE_BINNING_ON", "value": 1},
{"name": "DISABLE_BINNING_USE_NEW_SC", "value": 2},
{"name": "DISABLE_BINNING_USE_LEGACY_SC", "value": 3}
]
},
"BlendOp": {
"entries": [
{"name": "BLEND_ZERO", "value": 0},
{"name": "BLEND_ONE", "value": 1},
{"name": "BLEND_SRC_COLOR", "value": 2},
{"name": "BLEND_ONE_MINUS_SRC_COLOR", "value": 3},
{"name": "BLEND_SRC_ALPHA", "value": 4},
{"name": "BLEND_ONE_MINUS_SRC_ALPHA", "value": 5},
{"name": "BLEND_DST_ALPHA", "value": 6},
{"name": "BLEND_ONE_MINUS_DST_ALPHA", "value": 7},
{"name": "BLEND_DST_COLOR", "value": 8},
{"name": "BLEND_ONE_MINUS_DST_COLOR", "value": 9},
{"name": "BLEND_SRC_ALPHA_SATURATE", "value": 10},
{"name": "BLEND_CONSTANT_COLOR", "value": 11},
{"name": "BLEND_ONE_MINUS_CONSTANT_COLOR", "value": 12},
{"name": "BLEND_SRC1_COLOR", "value": 13},
{"name": "BLEND_INV_SRC1_COLOR", "value": 14},
{"name": "BLEND_SRC1_ALPHA", "value": 15},
{"name": "BLEND_INV_SRC1_ALPHA", "value": 16},
{"name": "BLEND_CONSTANT_ALPHA", "value": 17},
{"name": "BLEND_ONE_MINUS_CONSTANT_ALPHA", "value": 18}
]
},