Searched refs:max_physical (Results 1 – 1 of 1) sorted by relevance
69 cl_ulong max_physical = 0; in get_maximums() local104 if (max_physical == 0) in get_maximums()105 max_physical = current_physical; in get_maximums()107 max_physical = current_physical; in get_maximums()112 …(int)max_workgroup_size, (double)(max_allocation/1024.0/1024.0), (double)(max_physical/1024.0/1024… in get_maximums()115 *max_physical_result = max_physical; in get_maximums()477 cl_ulong max_physical = 0; in test_thread_dimensions() local481 &max_workgroup_size, &max_allocation, &max_physical); in test_thread_dimensions()484 if (max_allocation > (max_physical/2)) { in test_thread_dimensions()486 (max_physical/2/(1024.0*1024.0)), (max_physical/(1024.0*1024.0))); in test_thread_dimensions()[all …]