From owner-freebsd-questions@freebsd.org Sun Aug 23 18:18:01 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FF2C9C17A0 for ; Sun, 23 Aug 2015 18:18:01 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-qk0-x22a.google.com (mail-qk0-x22a.google.com [IPv6:2607:f8b0:400d:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41E051E7 for ; Sun, 23 Aug 2015 18:18:01 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by qkfh127 with SMTP id h127so56395222qkf.1 for ; Sun, 23 Aug 2015 11:18:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=z19YKVlB8FzYkO98BObSIdmy+XIPz/0N9jA7NMJjKeo=; b=ZxiVNEUZ/r9MYa6lHbiXv2Io0IOc4WPm6WXD5RI/pCTiDQmpHv+atyBIEJtEKuxUAd tFbnQU6ogFVAxXdc/7kVLJbNa5gB5rVVy0cM1wjn8qfslp1dbSmQbGkG786AbvIRyBUH SA94pbp+RGCwQdJddcS/BTR9aO/TVA1Vi9pCQahTnPA5/dNn9/frheBnDYSzC91J4glm ZE/ZsI9FaogFwlAawsF3+T8MczP23Y9VNEvCqEY27OLWyyRutq1p3DRaIdPQJa0/7tsV f3O65gDOM2anDp3yd9nQaHhbQWONfo5pCmI//6IFQb7mrJkD/fLSg/I+6bC0cpxAzNiB vGHQ== MIME-Version: 1.0 X-Received: by 10.55.16.3 with SMTP id a3mr44378362qkh.65.1440353880100; Sun, 23 Aug 2015 11:18:00 -0700 (PDT) Received: by 10.55.182.65 with HTTP; Sun, 23 Aug 2015 11:18:00 -0700 (PDT) Date: Sun, 23 Aug 2015 20:18:00 +0200 Message-ID: Subject: AMD A series support From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= To: User Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2015 18:18:01 -0000 Hi all, I am thinking of changing my old laptop and a friend of mine talk to me about the AMD A series. He uses Linux and his experience is good so far. I have a couple of questions I hope you can help me with: - Does the combined use of the different Compute Cores (CPU + GPU) to share workloads need a special support in the OS (in the scheduler for instance)? If that is the case, how well supported are these APU's in FreeBSD? - Do we have any software in the ports that can monitor the use of both CPU + GPU cores? Thanks.