From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 97C197EE7D for ; Tue, 19 May 2015 10:27:28 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of modlfo@gmail.com) identity=pra; client-ip=209.85.213.179; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="modlfo@gmail.com"; x-sender="modlfo@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of modlfo@gmail.com designates 209.85.213.179 as permitted sender) identity=mailfrom; client-ip=209.85.213.179; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="modlfo@gmail.com"; x-sender="modlfo@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-ig0-f179.google.com) identity=helo; client-ip=209.85.213.179; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="modlfo@gmail.com"; x-sender="postmaster@mail-ig0-f179.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0BiAwB281pVm7PVVdFcg2ReswUGVQItkQCBVYV6AoE4ORMBAQEBAQEBEQEBAQEBBgsLCSEuhCMBAQQSJggBGxwCAwwGBQsNCRYPCQMCAQIBDwIRAQUBHBMGAgEBHod0AQMSBAGmYD4xjSOCeZoCChknDVeELgEBAQEGAgEZAQUOhgiFJIJNgj8WhBcBBJcchHiBVYFlhgaIKAmFKTWBFYQdbYJGAQEB X-IPAS-Result: A0BiAwB281pVm7PVVdFcg2ReswUGVQItkQCBVYV6AoE4ORMBAQEBAQEBEQEBAQEBBgsLCSEuhCMBAQQSJggBGxwCAwwGBQsNCRYPCQMCAQIBDwIRAQUBHBMGAgEBHod0AQMSBAGmYD4xjSOCeZoCChknDVeELgEBAQEGAgEZAQUOhgiFJIJNgj8WhBcBBJcchHiBVYFlhgaIKAmFKTWBFYQdbYJGAQEB X-IronPort-AV: E=Sophos;i="5.13,456,1427752800"; d="scan'208";a="151555608" Received: from mail-ig0-f179.google.com ([209.85.213.179]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 19 May 2015 10:27:27 +0200 Received: by igbsb11 with SMTP id sb11so8365471igb.0 for ; Tue, 19 May 2015 01:27:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=9ElcKms69/qOIuIrM40iFRMJj7CG9A3hniNtUKWFwjA=; b=AEyyTbmkwjOXhX+tigQown8QaQJig1ailjs/ASPjcz1iNEz+C+JZQ6agj2v83rLayT xBucUH2Y0+XTlCmCULyXjXlndZtEVX1CJKrx0SbeuzIfgZAJavYL0ZeZLh2NVWxRjosQ Yva6ohpRBqNbP5jHOwArFzgY2xxyfkFlRRfdEO82jtInZXxDGOi9ndaBoXGiwy4h/BM8 L9BKTJK4c+3R7fVL1SUM2h7huqU50Tlw8vP/lAkKbmIQfUSwpN+gnFd50i7f4zteS3x1 CIDpXcDVn2lomCN3OykQASnRrffDZtvpFF5cO613YP9stRpC5wJ6u5q5K0NjlCTg/8j+ z+1g== X-Received: by 10.107.161.6 with SMTP id k6mr2261104ioe.41.1432024046872; Tue, 19 May 2015 01:27:26 -0700 (PDT) Received: from [10.10.156.106] ([94.136.92.233]) by mx.google.com with ESMTPSA id h128sm9513296ioh.38.2015.05.19.01.27.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 May 2015 01:27:26 -0700 (PDT) Message-ID: <555AF3ED.9040205@gmail.com> Date: Tue, 19 May 2015 10:27:25 +0200 From: Leonardo Laguna Ruiz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: caml-list@inria.fr References: <650052B1-6518-402A-B55C-F436E69EEEF6@gmail.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Caml-list] Vult language made with Ocaml Hi Erkki, Targeting OpenCL would be very interesting. Is not yet in the roadmap but I will keep an eye on it. I have access to a Parallella board where I can do testing but I haven't though too much about how Vult will express parallelization. Leonardo On 2015-05-18 10:30, Erkki Seppala wrote: > Hi! > > Leonardo Laguna Ruiz writes: > >> Vult is a domain specific language focused on algorithms for digital >> signal processing, for example, making audio effects. Here is the main >> page of my project http://modlfo.github.io/vult/ > This looks pretty interesting! May I suggest adding targeting OpenCL in > the future? It could give a nice functional way to express some > algorithms and get the GPU to drive them for performance - and even some > relatively punier platforms such as Parallella are able to use OpenCL. > > Good luck with the project! >