Re: [eigen] Map: introduce "AlignedPointer" flag? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Map: introduce "AlignedPointer" flag?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 21 Oct 2009 11:19:20 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=O122mliJoJrWlfQTkkJGzUMbH9Ta2aI05+v0X4ZK31U=; b=nhi+cJL39yGyabVWCOm4LajULgWCSQLwD37sOu3zlSMVEXSBG6/AVHSLXIt8l0TDIC iIw8VzJh79WU34z3B0q5k828jdMO9DJsD8bQhrrUjfwE8dT4m2N9CEug6lhVmwvDUwaz O+IM34meOESoP18N4ufia2DrdlZg2GSvjgFF0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=yF8G+kpV9oFKygp6QD6mO7WpdfMpIEhVcYtoocdDiySXWuuHomI6sj0re5puV2Jj+X NxHlgF3Ckvp5rw7yoeXfe91A2JMPQmeTKS2e0W0E3NWgad/H9HlVd8G1L0RYyOeAoH1V KZpAl7olenHoK2ChFKV4xbx9KlqLdto46vKpA=
2009/10/21 Rohit Garg <rpg.314@xxxxxxxxx>:
> If I understand this correctly, this is about making fixed size
> objects vectorizable with Map's? If not, then it is on my wishlist.
Yes it is :)
Benoit
>
> On Wed, Oct 21, 2009 at 7:40 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
>> This is for Gael. Currently in Map, what's the precise meaning of
>> "ForceAligned" ? Is it:
>>
>> " If you use packet access, then use aligned packet access " ?
>>
>> If yes, is it correct to say that at the moment we don't offer any way
>> to tell that the pointer passed to Map is aligned, and that therefore
>> we may enable packet access also e.g. for good fixed sizes? I remember
>> you saying something like "we need a FirstAligned flag", were you
>> talking about that? What do you think about calling that
>> AlignedPointer and renaming ForceAligned to ForceAlignedAccess ?
>> Finally, can you remind me what the use case for ForceAligned is, if
>> we have AlignedPointer?
>>
>> If you tell me all that I can try to get that done ;)
>>
>> Benoit
>>
>>
>>
>
>
>
> --
> Rohit Garg
>
> http://rpg-314.blogspot.com/
>
> Senior Undergraduate
> Department of Physics
> Indian Institute of Technology
> Bombay
>
>
>