Привіт Гість ( Вхід | Реєстрація )

> Boinc-client Version 7.x.x, Обсуждение работы седьмой версии клиента
Andrey Fenchenko
Dec 4 2011, 18:04
Пост #1


кранчер з фермою
*******

Група: Trusted Members
Повідомлень: 809
З нами з: 23-January 06
З: Київ
Користувач №: 160
Стать: Чол
Парк машин:
Ryzen 5 1400, GTX1650S Run 24*7*365 & Phenom II X4 B50 24*7*365 & More other



Появилась новая седьмая ветка в развитии BOINC

Актуальная версия для загрузки: 7.4.*
recommended \ 7.4.*


Ссылки для прямой загрузки:

Поскольку они часто меняются, то в этом нет смысла. Ссылка на все версии ниже.

Все версии BOINC можно качать ОТСЮДА

Описание изменений: http://bolt.berkeley.edu/dev/forum_thread.php?id=6698 До 7.0.65

Описание изменений: http://bolt.berkeley.edu/dev/forum_thread.php?id=8378 С 7.1.1
===============================================

Use these flags from the cc_config.xml file.

===============================================

 

P.S. Отличий от шестой версии не нашел. Вкладку "Сообщения" так и не вернули.
P.P.S. По мере выхода новых версий ссылки в шапке будут обновляться.

Це повідомлення відредагував Death: Oct 31 2014, 22:40
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
11 Сторінки V « < 5 6 7 8 9 > »   
Reply to this topicStart new topic
Відповідей(90 - 104)
Waterfall
Jul 13 2013, 12:56
Пост #91


Эрудит
********

Група: Trusted Members
Повідомлень: 1 607
З нами з: 24-May 10
З: Україна,Одеса(Odessa)
Користувач №: 1 401
Стать: Чол
Парк машин:
ПК: Pentium, 2.80 GHz Ноут:DELL Studio, 2.26 GHz



Preliminary Change Log 7.1.18 --> 7.2.1
(Show/Hide)

MGR: revert my changes 3ea6711 and 429c699: a value of 0 for max_ncpus_pct means "ignore", not "100%; added "(0 means ignore this setting)" to the Advanced Computing Preferences dialog.
LOC: Attempt to discard fuzzy matched strings. It isn't clear to me right now if Pootle will attempt to read the newer po file before applying the template.
Mac uninstaller: use OS X API to localize directory paths instead of having volunteer translators to do it.
client: AMD GPU ID tweaks, from [P3D] Crashtest.
client, Android: always use mmap instead of shmget for client/app comm.
client: if idle instance, fetch work even if uploading.
LOC: Update Translations.
client: optionally detect GPUs via a child process, for dual_GPU laptops.

Some dual-GPU laptops (e.g., Macbook Pro) don't power down the more powerful GPU until all applications which used them exit. To save battery life, the client launches a second instance of the client as a child process to detect and get info about the GPUs. The child process writes the info to a temp file which our main client then reads. This option is enabled at compile time by defining USE_CHILD_PROCESS_TO_DETECT_GPUS as non-zero in gpu_detect.cpp

client: fix compile break on Windows.
client: bug fix for detecting GPUs via a child process.
client: fix bug in commit c8e1b51: matching of ATI/AMD CAL and OpenCL GPU enumeration for (most) cases where CAL supports some older GPUs but OpenCL does not.
client: tweaks to code for detecting GPUs via a child process and change sprintf calls to safer snprintf.
client: tweaks to code for detecting GPUs via a child process.
client: don't request work from NCI project if "no new work" set.
WINBUILD: Remove stale project files (Charity Engine).
WINBUILD: Remove stale project files (Progress Thru Processors).
WINBUILD: New project files (Charity Engine).
WINBUILD: New project files (GridRepublic).
WINBUILD: New project files (Progress Thru Processors).
client: tweaks to code for detecting GPUs via a child process.

Added safety features requested by Rom Walton:
-> Change COPROC_ATI::get_available_ram and COPROC_NVIDIA::get_available_ram to static routines to prevent calling them without first loading CAL or CUDA libraries.
- > Add tests for NULL library calls in these routines.
-> Add comments warning about need to call from a separate child process on dual-GPU laptops, proper library initialization, etc.

WINBUILD: Remove stale installer files (packages were never used anyway).
client: apparently CUDA does not always report GPUs in order of ascending PCI slot number, but Apple's OpenCL does. We must take this into account win correlating NVIDIA OpenCL GPUs with CUDA GPUs.

Since NVIDIA provides drivers for both OpenCL and CUDA on Windows and Linux, I am assuming (until shown otherwise) that they will report GPUs in the same order.

WINBUILD: Remove outdated installer files.
client: use a child process for detecting GPUs on all platforms, not just on Macs.
client: minor housekeeping cleanup when correlating CUDA GPU reporting order with Apple's OpenCL.
WINBUILD: Update Charity Engine Installer.
WINBUILD: Fix the shortcut to launch Charity Engine.
WINBUILD: Fix out of place reference to boincmgr.exe in Charity Engine installer.
WINBUILD: Update Progress Thru Processor's installer files.
WINBUILD: Updates for PTP's default screensaver.
WINBUILD: Set the default skin to Charity Engine on installation.
WINBUILD: Set the default skin to Progress Thru Processors on installation.
client: Add the various OS compatibility shreds to the assembly manifest so we can properly detect Windows 8.1 or better.
Mac installer: fix crash bug, improve translations.
client: fix display of CUDA version.
client: mostly revert dddf586, which could lead to way overcommitted CPU.
client: fix compiler warning.
API: fix synchronization problem that could make apps nonresponsive.
API: add test harness for the runtime system

-> If you run the client with --run_test_app, runs "test_app" in the current directory and interacts with it (and does nothing else). It can suspend/resume it with arbitrary timing; this is controlled in run_test_app() (app_start.cpp).
-> example app: add --critical_section option. This lets you test the runtime system for apps that do most of their work in a critical section (like GPU apps).
-> Add some logging messages (conditioned by DEBUG_BOINC_API) to the runtime system.
-> boinc_finish() waits for the timer thread to write final messages; make sure it doesn't do anything else (like suspend the worker thread) during this period.

client: compile fix for Windows.
client: don't apply CPU throttling to apps that use < .5 CPUs (like GPU, NCI).
client: don't request work from a project w/ > 1000 runnable jobs.

Because of O(N2) algorithms, the client becomes CPU-intensive when there are lots of jobs.
This limit could be somewhat lower.
API: compile fix for newer gcc on Unix.

Preliminary Change Log 7.2.1 --> 7.2.2
(Show/Hide)

VBOX: Add an additional error check to determine if a stale VM needs to be unregistered.
MGR: bug fix: last item in arg list for run_program() should be NULL, not empty string.
client: Fixes for launching a child process for detecting GPUs.

Allow relative path to the client executable.
Bug fix: last item in arg list for run_program() should be NULL, not empty string.

client: Fixes for launching a child process for detecting GPUs.
We must call parse_cmdline() to set the working directory before read_config_file().

Various: Fix some compile warnings; from Gianfranco.
client: don't fetch work if project has > max(2000, ncpus*100) runnable jobs.
Manager and GUI RPC: fix bugs that caused bad Intel GPU backoff display.
Update all_projects_list.xml for stock installers as well as Android.
client: change per-project runnable job limit to a flat 1000.

Preliminary Change Log 7.2.2 --> 7.2.3
(Show/Hide)

API: use OpenProcess(), not EnumProcesses(), to see if client is still alive.
API: fix last commit; need a DesiredAccess arg to OpenProcess()
client: tweaks for API test harness - parse cc_config.xml
API: remove logic that makes new app graphics work with version 5 clients.
client: compile fix.
API: Win bug fix: need to create mutex initially free.
client: API test harness tweak.
client: compile fix for non-Windows builds.
Ignore the PTP installer temp directory.
WINBUILD: Fix the PTP splash screen in the installer.
client: Clearing the devnums_pci_slot_sort vector after the first Nvidia OpenCL device is detected causes a SIGSEGV for any subsequent Nvidia OpenCL device detections.

Preliminary Change Log 7.2.3 --> 7.2.4
(Show/Hide)

CERT: Update all the root CAs to the latest and greatest from Mozilla. Current version works with WCG.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Waterfall
Jul 18 2013, 10:41
Пост #92


Эрудит
********

Група: Trusted Members
Повідомлень: 1 607
З нами з: 24-May 10
З: Україна,Одеса(Odessa)
Користувач №: 1 401
Стать: Чол
Парк машин:
ПК: Pentium, 2.80 GHz Ноут:DELL Studio, 2.26 GHz



Preliminary Change Log 7.2.4 --> 7.2.5
(Show/Hide)

client: Fix a race condition on system reboot when using a child process for detecting GPUs, add debugging support to child process.
client: parse <client_new_version_text> in cc_config.xml
client: if system clock goes backward, show details in event log.
client: fix bug that caused host CPID to change on each startup.
client: add exit status and result name to job log entries.
client: don't write name twice in job log.
WINBUILD: Force git to reevaluate the ISM files, they are XML now. (Part 1)
WINBUILD: Force git to reevaluate the ISM files, they are XML now. (Part 2)
client: Disable use of spawned processes to detect GPUs on Windows for the 7.2 release.
client: Use get_exit_status to wait until the GPU detection process completes and log any error code.
client: when launching the GPU detection child process, use boinc_fopen(), more checks for error returns.
Mac: fix for first-time builds.
WINBUILD: Updates for 7.2.5
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Aug 8 2013, 10:52
Пост #93


BOINC-guru
*********

Група: Trusted Members
Повідомлень: 3 662
З нами з: 11-August 07
З: Kharkov
Користувач №: 569
Стать: Чол
Парк машин:
E3-1245V2@3400-Mhz 16GB 1х GTX760DCMOC2GD5 Q8200@2300-Mhz 4GB + то там то сям



Change Log 7.2.5 --> 7.2.10:
(Show/Hide)

ждемС)


--------------------
- "ты говоришь так, будто тебя чай ваше не вставляет "

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Waterfall
Aug 17 2013, 09:52
Пост #94


Эрудит
********

Група: Trusted Members
Повідомлень: 1 607
З нами з: 24-May 10
З: Україна,Одеса(Odessa)
Користувач №: 1 401
Стать: Чол
Парк машин:
ПК: Pentium, 2.80 GHz Ноут:DELL Studio, 2.26 GHz



Preliminary Change Log 7.2.10 --> 7.2.11
(Show/Hide)


client: message tweak.
client, FreeBSD: report "pni" instead of "sse3.
Manager: in Transfers tab, Size refers to total size.
Manager: show "paused" icon if computing is suspended for any reason.
LOCALE: Update translations.
client: if we request work from a project and don't get any notices, clear that project's scheduler notices. I.e. if you got an "insufficient disk space" notices, and you fixed the problem, the notice should go away.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
smaxinfo
Aug 17 2013, 10:27
Пост #95


kранчер
****

Група: Trusted Members
Повідомлень: 86
З нами з: 14-July 13
Користувач №: 3 262
Стать: Чол
Парк машин:
>AMD А4-5300 APU 3.6 GHz, 8Gb RAM >E5300 2.5 GHz, 4Gb RAM



Вот новичек хотел спросить у тех кто новые версии юзал.
По умолчанию на домашней странице БОИНК пользователю предлагается загрузить версию 7.0.64.

В указанных здесь более поздних версиях есть какие-то кардинальные изменения кроме исправлений?
В производительности, эффективности, т.е. явные приемущества.

Спрашиваю конечно же мнение тех кто тестил.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Rilian
Aug 17 2013, 16:20
Пост #96


interstellar
**********

Група: Team member
Повідомлень: 17 172
З нами з: 22-February 06
З: Торонто
Користувач №: 184
Стать: НеСкажу
Free-DC_CPID
Парк машин:
2 ноути і 4 компа



smaxinfo, обычно в посл версиях какие то улучшения с дровами и поддержкой видях а также проектов на virtualbox

для обычных проектов не критично


--------------------
(Show/Hide)


IPB Image

IPB Image

IPB Image
IPB Image

загальна статистика: BOINCstats * FreeDC команда: BOINC команда Ukraine

IPB Image

IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Sep 21 2013, 17:09
Пост #97


BOINC-guru
*********

Група: Trusted Members
Повідомлень: 3 662
З нами з: 11-August 07
З: Kharkov
Користувач №: 569
Стать: Чол
Парк машин:
E3-1245V2@3400-Mhz 16GB 1х GTX760DCMOC2GD5 Q8200@2300-Mhz 4GB + то там то сям



Preliminary Change Log 7.2.11 --> 7.2.16:
(Show/Hide)

Mac uninstaller: minor translation fixes.
Mac installer: fix handling of translations for some languages.
Mac installer: More robust handling of language codes with and without region codes for translations.
Mac installer: Don't load more languages for a catalog if we've already loaded it for English.
client and API, Unix: code cleanup, no functional change.
client: more MAXPATHLEN fixes.
LOCALE: Update translations.
MGR: When a project uses usernames check the length of the string in the username control and not the password control. Same with the email address control.
MGR: message tweaks.
client: AMD GPU naming tweak. From Jord.
locale: Update compiled localization files.
Client: keep an in-memory list of reported tasks in the last 24 hours, and add a GUI RPC for fetching this list.
client: fix compile errors.

"or" is a reserved word on the Mac's LLVM GCC 4.2 compiler, a synonym for ""

client and boinccmd: fixes for get_old_results GUI RPC:

-> Add binding for get_old_results GUI RPC.
-> Add --get_old_tasks option to boinccmd.
-> Compile fixes for gcc (can't have a var named "or").

client: change length of old-results log from 24 hours to 1 hour.
client: Add missing code to properly detect AVX on Windows. It'll go into affect (effect) when we fully convert over to VS2010.
client: misc bug fixes for CPU feature detection.
locale: Update more compiled localization files.
MGR: Fix display of CBOINCListCtrl progress bars when using wxGenericListCtrl (on Mac).
MGR: Implement accessibility on Mac for Event Log and Projects, Tasks and Transfers tabs.
-> CDlgEventLogListCtrl class.
-> CBOINCListCtrl class.

client: implement support for OpenCL detection of CPUs

Notes:
-> The same CPU can have a different cpu_opencl_prop for each of multiple OpenCL platforms. We send them all to the project server because:
---> Different OpenCL platforms report different values for the same CPU.
---> Some OpenCL CPU apps may work better with certain OpenCL platforms.
-> OpenCL has only 64 bits for global_mem_size, so it can report a max of only 4GB; get the CPU RAM size from gstate.hostinfo.m_nbytes.

lib: fix a comment.
client: For compatibility with boinc_get_opencl_ids(), don't include CPU when enumerating opencl_dev_index.
client: better error handling for OpenCL CPUs.
Move OpenCL-related code to a separate file.
Update Win project files for new .cpp file.
Update Mac project files for new .cpp file.
WINBUILD: Fix build break.



--------------------
- "ты говоришь так, будто тебя чай ваше не вставляет "

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
DM_2001
Oct 4 2013, 11:29
Пост #98


Соромлюсь щось писати
*

Група: New Members
Повідомлень: 10
З нами з: 22-March 12
Користувач №: 2 957
Стать: Чол
Free-DC_CPID
Парк машин:
Dell Precision T5500 workstation 2xXEON X5670 / 72GB RAM



У меня проблема.
Windows 8 x64, клиент 7.2.16 через прокси. WCG не получает заданий
в логах Requesting new tasks .. и всё.
после нажатия кнопки "update" .. то же тишина.

рядом стоит компьютер WinXP + клиент 6.10 = работает нормально.



--------------------
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
LSA
Oct 4 2013, 11:49
Пост #99


кранчер з фермою
*******

Група: Trusted Members
Повідомлень: 623
З нами з: 7-October 07
З: Kyiv
Користувач №: 596
Стать: Чол
Free-DC_CPID
Парк машин:
Й9450 8G DDR2 QA90 16G DDR3 GTX 482



В мене допомагає
<cc_config>
<log_flags>

</log_flags>
<options>
<http_1_0>1</http_1_0>

</options>
</cc_config>


--------------------
(Show/Hide)


GF100 GF114
+++++,++++

<a href="http://allprojectstats.com/showuser.php?id=1333992"><img src="http://allprojectstats.com/s1333992m0a.png" border=0>
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
DM_2001
Oct 4 2013, 13:17
Пост #100


Соромлюсь щось писати
*

Група: New Members
Повідомлень: 10
З нами з: 22-March 12
Користувач №: 2 957
Стать: Чол
Free-DC_CPID
Парк машин:
Dell Precision T5500 workstation 2xXEON X5670 / 72GB RAM



не, похоже не помогает

04.10.2013 15:14:31 | | Starting BOINC client version 7.2.11 for windows_x86_64
04.10.2013 15:14:31 | | log flags: file_xfer, sched_ops, task
04.10.2013 15:14:31 | | Libraries: libcurl/7.25.0 OpenSSL/1.0.1 zlib/1.2.6
04.10.2013 15:14:31 | | Data directory: C:\ProgramData\BOINC
04.10.2013 15:14:31 | | Running under account xxxxx
04.10.2013 15:14:31 | | Processor: 4 GenuineIntel Intel® Core™ i5-3570K CPU @ 3.40GHz [Family 6 Model 58 Stepping 9]
04.10.2013 15:14:31 | | Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss htt tm pni ssse3 cx16 sse4_1 sse4_2 popcnt aes syscall nx lm vmx tm2 pbe
04.10.2013 15:14:31 | | OS: Microsoft Windows 8: Enterprise x64 Edition, (06.02.9200.00)
04.10.2013 15:14:31 | | Memory: 15.96 GB physical, 21.46 GB virtual
04.10.2013 15:14:31 | | Disk: 118.90 GB total, 37.74 GB free
04.10.2013 15:14:31 | | Local time is UTC +4 hours
04.10.2013 15:14:31 | | CUDA: NVIDIA GPU 0: GeForce GTX 650 Ti (driver version 327.23, CUDA version 5.5, compute capability 3.0, 1024MB, 906MB available, 1425 GFLOPS peak)
04.10.2013 15:14:31 | | OpenCL: NVIDIA GPU 0: GeForce GTX 650 Ti (driver version 327.23, device version OpenCL 1.1 CUDA, 1024MB, 906MB available, 1425 GFLOPS peak)
04.10.2013 15:14:31 | World Community Grid | URL http://www.worldcommunitygrid.org/; Computer ID not assigned yet; resource share 100
04.10.2013 15:14:31 | | No general preferences found - using defaults
04.10.2013 15:14:31 | | Reading preferences override file
04.10.2013 15:14:31 | | Preferences:
04.10.2013 15:14:31 | | max memory usage when active: 8169.79MB
04.10.2013 15:14:31 | | max memory usage when idle: 14705.62MB
04.10.2013 15:14:31 | | max disk usage: 37.64GB
04.10.2013 15:14:31 | | (to change preferences, visit a project web site or select Preferences in the Manager)
04.10.2013 15:14:31 | | Using proxy info from GUI
04.10.2013 15:14:31 | | Using HTTP proxy 192.168.0.15:8080
04.10.2013 15:14:31 | | Using SOCKS proxy 192.168.0.15:8080
04.10.2013 15:14:31 | World Community Grid | Sending scheduler request: To fetch work.
04.10.2013 15:14:31 | World Community Grid | Requesting new tasks for CPU and NVIDIA


--------------------
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
LSA
Oct 4 2013, 14:11
Пост #101


кранчер з фермою
*******

Група: Trusted Members
Повідомлень: 623
З нами з: 7-October 07
З: Kyiv
Користувач №: 596
Стать: Чол
Free-DC_CPID
Парк машин:
Й9450 8G DDR2 QA90 16G DDR3 GTX 482



Computer ID not assigned yet
Тут в схожій проблемі рекомендують повністю переустановити боінк.
http://www.setiusa.us/showthread.php?4945-...Help!/page2


--------------------
(Show/Hide)


GF100 GF114
+++++,++++

<a href="http://allprojectstats.com/showuser.php?id=1333992"><img src="http://allprojectstats.com/s1333992m0a.png" border=0>
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
DM_2001
Oct 4 2013, 14:26
Пост #102


Соромлюсь щось писати
*

Група: New Members
Повідомлень: 10
З нами з: 22-March 12
Користувач №: 2 957
Стать: Чол
Free-DC_CPID
Парк машин:
Dell Precision T5500 workstation 2xXEON X5670 / 72GB RAM



получилось.

сначала, прописал в cc_config.xml параметры debug.
увидел, что возвращается ошибка BOINC Received header from server: HTTP/1.1 407 Proxy Authentication Required.

хотя я абсолютно уверен, что правильно задал параметры прокси.

потом прописал параметры прокси в cc_config.xml в добавок к тому, что указано в интерфейсе.
снимал-устанавливал галочку "использовать прокси в интерфейсе".

добавил параметр <force_auth>basic</force_auth>

и после очередного перезапуска - заработало.


--------------------
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Rilian
Oct 4 2013, 14:38
Пост #103


interstellar
**********

Група: Team member
Повідомлень: 17 172
З нами з: 22-February 06
З: Торонто
Користувач №: 184
Стать: НеСкажу
Free-DC_CPID
Парк машин:
2 ноути і 4 компа



DM_2001, классно что у тебя получилось разобраться smile.gif


--------------------
(Show/Hide)


IPB Image

IPB Image

IPB Image
IPB Image

загальна статистика: BOINCstats * FreeDC команда: BOINC команда Ukraine

IPB Image

IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Waterfall
Oct 5 2013, 07:58
Пост #104


Эрудит
********

Група: Trusted Members
Повідомлень: 1 607
З нами з: 24-May 10
З: Україна,Одеса(Odessa)
Користувач №: 1 401
Стать: Чол
Парк машин:
ПК: Pentium, 2.80 GHz Ноут:DELL Studio, 2.26 GHz



Preliminary Change Log 7.2.16 --> 7.2.18
https://boinc.berkeley.edu/dl/?C=M;O=D
(Show/Hide)

LIB: On Windows, if the registry key that defines where the data directory is missing, check to see if the default directory exists anyway. If the directory exists change the current working directory over to it.
LIB: A little code cleanup missed from the previous commit.
WINBUILD: Delete stale project files.
WINBUILD: Create new BOINC w/VirtualBox project files, update to VirtualBox 4.2.16
LIB: Provide a mechanism for BOINC client software to initialize the exception filter for secondary threads.
client: Initialize diagnostics framework for the power management and proxy detection threads on Windows.
client: Add vm_extensions_disabled as an element to APP_INIT_DAATA. We can use the additional information to selectively enable/disable hardware acceleration in VirtualBox.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
x3mEn
Oct 11 2013, 10:21
Пост #105


snow catcher
*********

Група: Trusted Members
Повідомлень: 2 213
З нами з: 4-August 07
Користувач №: 563
Стать: Чол
Free-DC_CPID



Preliminary Change Log 7.2.16 --> 7.2.20:
(Show/Hide)

LIB: On Windows, if the registry key that defines where the data directory is missing, check to see if the default directory exists anyway. If the directory exists change the current working directory over to it.
LIB: A little code cleanup missed from the previous commit.
WINBUILD: Delete stale project files.
WINBUILD: Create new BOINC w/VirtualBox project files, update to VirtualBox 4.2.16
LIB: Provide a mechanism for BOINC client software to initialize the exception filter for secondary threads.
client: Initialize diagnostics framework for the power management and proxy detection threads on Windows.
client: Add vm_extensions_disabled as an element to APP_INIT_DAATA. We can use the additional information to selectively enable/disable hardware acceleration in VirtualBox.

Preliminary Change Log 7.2.20 --> 7.2.21:
(Show/Hide)

client: Detect OpenCL CPUs with the latest Intel drivers.
client: Display an OpenCL CPU event log item for every OpenCL CPU detected.
client: Do not use child process GPU detection when debugging.


--------------------

(Show/Hide)

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

11 Сторінки V « < 5 6 7 8 9 > » 
Reply to this topicStart new topic
1 Користувачів переглядають дану тему (1 Гостей і 0 Прихованих Користувачів)
0 Користувачів:

 



- Lo-Fi Версія Поточний час: 25th March 2026 - 23:44