• Question about OpenCL max constant memory size in Mali G77
    When testing OpenCL device info about CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE, I'm amazed to find that the return value is 1GB. How could it be so large? (Tested on a mediatek phone with Dimensity 1000+...
  • Question about OpenCL max constant memory size in Mali G77
    When testing OpenCL device info about CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE, I'm amazed to find that the return value is 1GB. How could it be so large? (Tested on a mediatek phone with Dimensity 1000+...
  • Constant variable
    I have declared around 15 variables as, code constant float var1 = 1.0; code constant float var2 = 3.5; . . . . when i see my file.m51 the file is showing these variables are located in xdata...
  • Constant Type
    Hi All,, I could not understand about what is meant by Type of a constant data type ?? forexample why is it needed to write a constatnt like 0x123455678L .. what does this trailing L means ?? What...
  • Importing constants
    How to import to a *.c file a constant defined in a *.asm file with EQU directive ?