Re: [HSA] introduce hsa_num_threads

2015-09-30 Thread Martin Liška
On 09/25/2015 04:22 PM, Martin Liška wrote: > Hello. > > In the following patch HSA is capable of handling various OMP builtins > that are utilized to set or get the number of threads. > > Martin > Hello. This patch is a small follow-up which preserves hsa_num_threads among kernel dispatches.

[HSA] introduce hsa_num_threads

2015-09-25 Thread Martin Liška
Hello. In the following patch HSA is capable of handling various OMP builtins that are utilized to set or get the number of threads. Martin >From adfd806108dc5f9343811171de62b3af1d4ef903 Mon Sep 17 00:00:00 2001 From: marxin Date: Thu, 24 Sep 2015 23:07:14 +0200 Subject: [PATCH] HSA: introd