Refactor MQL5 EA logic and sync documentation
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef MQL_AUTO_FORWARDS_INCLUDED_3910007FE5A4066C
|
||||
#define MQL_AUTO_FORWARDS_INCLUDED_3910007FE5A4066C
|
||||
// Auto-generated by MQL Clangd. Do not edit — regenerated by "MQL: Create Configuration".
|
||||
// Forward declarations for top-level functions in c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Float/BitonicSort.mq5
|
||||
|
||||
#line 24 "c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Float/BitonicSort.mq5"
|
||||
resource as string cl_program void QuickSortAscending(float &array[], int first, int last);
|
||||
#line 72 "c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Float/BitonicSort.mq5"
|
||||
bool QuickSort_CPU(float &data_array[], ulong &time_cpu);
|
||||
#line 88 "c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Float/BitonicSort.mq5"
|
||||
bool BitonicSort_GPU(COpenCL &OpenCL, float &data_array[], ulong &time_gpu);
|
||||
#line 149 "c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Float/BitonicSort.mq5"
|
||||
bool PrepareDataArray(long global_memory_size, float &data[], int &data_count);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user