Skip to content
Snippets Groups Projects
Select Git revision
  • 26ab6b22967657732d188b981e1f2a9f8e9efd73
  • main default protected
2 results

dask-dp3.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Config.h 336 B
    #if !defined TCC_CONFIG_H
    #define TCC_CONFIG_H
    
    #if defined __ARM_ARCH
    #define UNIFIED_MEMORY // assume this is a Jetson Xavier
    #endif
    
    #undef MEASURE_POWER
    
    #define POL_X			0
    #define POL_Y			1
    #define NR_POLARIZATIONS	2
    
    #if !defined NR_TIMES
    #define NR_TIMES		768
    #endif
    
    #define REAL			0
    #define IMAG			1
    #define COMPLEX			2
    
    #endif