Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. {
  2. "Version": 2,
  3. "CpuDevices": [{
  4. "Cores": 4,
  5. "LogicalProcessors": 8,
  6. "L2CacheSize": 1024,
  7. "L3CacheSize": 8192,
  8. "Features": ["SSE", "SSE2", "SSE3", "AVX"],
  9. "Name": "Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz",
  10. "DeviceType": "CPU",
  11. "Enabled": true
  12. }],
  13. "GpuDevices": [{
  14. "RAM": 4293918720,
  15. "DeviceID": "10DE",
  16. "VendorID": "1B80",
  17. "Name": "NVIDIA GeForce GTX 1080",
  18. "DeviceType": "NVIDIA",
  19. "Enabled": true
  20. }],
  21. "Memory": {
  22. "Capacity": 17179869184,
  23. "Speed": 1600,
  24. "ParsedCapacity": "16 GB"
  25. },
  26. "OS": {
  27. "Name": "Microsoft Windows 10 Home Single Language",
  28. "Architecture": "64-bit",
  29. "Version": "10.0.15063",
  30. "Locale": "0409",
  31. "VirtualMemory": 31415840
  32. },
  33. "OpenCL": {
  34. "Platforms": [{
  35. "Devices": [],
  36. "Name": "AMD Accelerated Parallel Processing",
  37. "Vendor": "Advanced Micro Devices, Inc.",
  38. "VersionName": "OpenCL 2.0 AMD-APP (2348.3)"
  39. }, {
  40. "Devices": [{
  41. "Name": "GeForce GTX 1080",
  42. "VersionName": "OpenCL 1.2 CUDA",
  43. "Memory": 8589934592,
  44. "ComputeUnits": 20,
  45. "Type": 4,
  46. "VendorID": 4318,
  47. "VendorName": "NVIDIA Corporation",
  48. "Compiler": true,
  49. "Available": true
  50. }],
  51. "Name": "NVIDIA CUDA",
  52. "Vendor": "NVIDIA Corporation",
  53. "VersionName": "OpenCL 1.2 CUDA 9.1.92"
  54. }],
  55. "LastError": null,
  56. "Installed": true
  57. },
  58. "Cuda": {
  59. "Version": "9.10",
  60. "LastError": null,
  61. "Devices": [{
  62. "Name": "GeForce GTX 1080",
  63. "DriverVersion": "9.10",
  64. "Memory": 4294967295,
  65. "MultiProcessorCount": 20
  66. }],
  67. "DeviceExists": true,
  68. "Installed": true
  69. },
  70. "Avs": ["Windows Defender"]
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement